Loading...
Searching...
No Matches
uniformInterpolate.H File Reference
Include dependency graph for uniformInterpolate.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class GeoField>
tmp< GeoField > uniformInterpolate (const HashPtrTable< GeoField, label, Hash< label > > &fields, const labelList &indices, const scalarField &weights)
 Interpolate selected fields (given by indices and corresponding weights).
template<class GeoField>
tmp< GeoField > uniformInterpolate (const IOobject &fieldIO, const word &fieldName, const wordList &times, const scalarField &weights, const objectRegistry &fieldsCache)
 Interpolate fields. fieldsCache contains per timeName all loaded fields.
template<class GeoField>
tmp< GeoField > uniformInterpolate (const IOobject &fieldIO, const word &fieldName, const wordList &times, const scalarField &weights, const word &registryName="fieldsCache")
 Interpolate fields. fieldsCache contains per timeName all loaded fields.

Detailed Description

Original source file uniformInterpolate.H

Definition in file uniformInterpolate.H.