Go to the documentation of this file.
40 #ifndef SubDimensionedField_H
41 #define SubDimensionedField_H
55 template<
class Type,
class GeoMesh>
90 const label startIndex
tmp< DimensionedField< Type, GeoMesh > > T() const
Return the field transpose (only defined for second rank tensors)
A class for managing temporary objects.
Pre-declare related SubField type.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
void operator=(const SubDimensionedField< Type, GeoMesh > &)
Assignment.
SubDimensionedField is a DimensionedField obtained as a section of another DimensionedField.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Field< Type >::cmptType cmptType
tmp< DimensionedField< cmptType, GeoMesh > > component(const direction) const
Return a component field of the field.
SubDimensionedField(const SubField< Type > &slist)
Construct from a SubField.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...