

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