33template<
class Cmpt,
template<
class>
class PatchField,
class GeoMesh>
44 result.primitiveFieldRef(),
52 result.boundaryFieldRef(),
60template<
class Cmpt,
template<
class>
class PatchField,
class GeoMesh>
63 const GeometricField<Vector<Cmpt>, PatchField, GeoMesh>& input,
64 GeometricField<Cmpt, PatchField, GeoMesh>&
x,
65 GeometricField<Cmpt, PatchField, GeoMesh>&
y,
66 GeometricField<Cmpt, PatchField, GeoMesh>& z
71 input.primitiveField(),
72 x.primitiveFieldRef(),
73 y.primitiveFieldRef(),
79 input.boundaryField(),
Vector specific part of the implementation of GeometricField.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Generic GeometricField class.
Internal::FieldType & primitiveFieldRef(const bool updateAccessTime=true)
Return a reference to the internal field values.
Boundary & boundaryFieldRef(const bool updateAccessTime=true)
Return a reference to the boundary field.
const Internal::FieldType & primitiveField() const noexcept
Return a const-reference to the internal field values.
const Boundary & boundaryField() const noexcept
Return const-reference to the boundary field.
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
void unzip(const FieldField< Field, SphericalTensor< Cmpt > > &input, FieldField< Field, Cmpt > &ii)
Unzip sphericalTensor field field into components.
void zip(FieldField< Field, SphericalTensor< Cmpt > > &result, const FieldField< Field, Cmpt > &ii)
Zip together sphericalTensor field field from components.
Specialisation of FieldField<T> for vector.