35 #ifndef dynamicMeshPointInterpolator_H 36 #define dynamicMeshPointInterpolator_H 47 class interpolationWeights;
61 const word fieldName_;
63 const word interpolationScheme_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
dynamicMeshPointInterpolator(const polyMesh &mesh, const dictionary &dict)
Construct from mesh and dictionary.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
~dynamicMeshPointInterpolator()
Destructor.
Specialisations of Field<T> for scalar, vector and tensor.
void write(Ostream &) const
Write.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
tmp< pointVectorField > curPointField() const
Return interpolated pointField for the currentTime.
Interpolates pointVectorFields.
A class for managing temporary objects.