Namespaces | Functions
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

 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) More...
 
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. More...
 
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. More...
 

Detailed Description

Original source file uniformInterpolate.H

Definition in file uniformInterpolate.H.