36 #ifndef dimFieldDecomposer_H 37 #define dimFieldDecomposer_H 71 const fvMesh& completeMesh,
96 template<
class GeoField>
Dimensioned field decomposer.
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
void operator=(const dimFieldDecomposer &)=delete
Disallow default bitwise assignment.
void decomposeFields(const PtrList< GeoField > &fields) const
Decompose llist of fields.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Mesh data needed to do the Finite Volume discretisation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
~dimFieldDecomposer()
Destructor.
A class for managing temporary objects.
tmp< DimensionedField< Type, volMesh > > decomposeField(const DimensionedField< Type, volMesh > &field) const
Decompose field.
dimFieldDecomposer(const fvMesh &completeMesh, const fvMesh &procMesh, const labelList &faceAddressing, const labelList &cellAddressing)
Construct from components.