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 ×, 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 ×, const scalarField &weights, const word ®istryName="fieldsCache") |
Interpolate fields. fieldsCache contains per timeName all loaded fields. More... | |
Original source file uniformInterpolate.H
Definition in file uniformInterpolate.H.