28 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
32 return NullObjectRef<GeometricField<Type, PatchField, GeoMesh>>();
36 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
47 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
57 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
62 return boundaryField_;
66 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
74 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
84 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
const Internal & operator()() const
Return a const-reference to the dimensioned internal field.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const Internal::FieldType & primitiveField() const
Return a const-reference to the internal field.
Generic GeometricField class.
const Internal & internalField() const
Return a const-reference to the dimensioned internal field.
Pre-declare SubField and related Field type.
label timeIndex() const
Return the time index of the field.
static const GeometricField< Type, PatchField, GeoMesh > & null()
Return a null geometric field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.