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