39 #ifndef SlicedDimensionedField_H
40 #define SlicedDimensionedField_H
53 template<
class Type,
class GeoMesh>
64 typedef typename GeoMesh::Mesh
Mesh;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Pre-declare SubField and related Field type.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Specialisation of DimensionedField which holds a slice of a given complete field in such a form that ...
void reset(const Field< Type > &iField)
Reset internalField pointer.
~SlicedDimensionedField()
Destructor.
GeoMesh::Mesh Mesh
Base mesh type from which GeoMesh is constructed.
SlicedDimensionedField(const IOobject &, const GeoMesh &, const dimensionSet &, const Field< Type > &iField)
Construct from components and field to slice.
virtual void transfer(Field< Type > &)
Override the DimensionedField::transfer with assignment.
Dimension set for the base types.