35 #ifndef pointPatchMapper_H 36 #define pointPatchMapper_H 50 class polyTopoChangeMap;
72 const label sizeBeforeMapping_;
77 mutable bool hasUnmapped_;
92 void calcAddressing()
const;
131 return sizeBeforeMapping_;
135 virtual bool direct()
const 137 return pointMapper_.
direct();
pointPatchMapper(const pointPatch &patch, const pointMapper &pointMap, const polyTopoChangeMap &map)
Construct from mappers.
virtual bool direct() const =0
virtual const labelUList & directAddressing() const
Return direct addressing.
virtual bool direct() const
Is the mapping direct.
virtual const scalarListList & weights() const
Return interpolation weights.
Mapping class for a pointPatchField.
virtual bool hasUnmapped() const
Are there unmapped values? I.e. do all size() elements get.
Abstract base class to hold the Field mapping for mesh morphs.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void operator=(const pointPatchMapper &)=delete
Disallow default bitwise assignment.
Specialisations of Field<T> for scalar, vector and tensor.
virtual ~pointPatchMapper()
Destructor.
Basic pointPatch represents a set of points from the mesh.
virtual label sizeBeforeMapping() const
Return size of field before mapping.
Foam::tmp< Foam::Field< Type > > map(const Field< Type > &mapF) const
This object provides mapping and fill-in information for point data between the two meshes after the ...
virtual const labelListList & addressing() const
Return interpolated addressing.