35 #ifndef fvPatchMapper_H 36 #define fvPatchMapper_H 50 class polyTopoChangeMap;
69 const label sizeBeforeMapping_;
74 mutable bool hasUnmapped_;
89 void calcAddressing()
const;
124 return sizeBeforeMapping_;
128 virtual bool direct()
const
virtual label sizeBeforeMapping() const
Return size of field before mapping.
This object provides mapping and fill-in information for face data between the two meshes after the t...
virtual bool hasUnmapped() const
Are there unmapped values? I.e. do all size() elements get.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual ~fvPatchMapper()
Destructor.
virtual bool direct() const
Is the mapping direct.
virtual const labelUList & directAddressing() const
Return direct addressing.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
virtual const labelListList & addressing() const
Return interpolated addressing.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual bool direct() const
Is the mapping direct.
fvPatchMapper(const fvPatch &patch, const faceMapper &faceMap)
Construct from mappers.
Specialisations of Field<T> for scalar, vector and tensor.
virtual const scalarListList & weights() const
Return interpolation weights.
void operator=(const fvPatchMapper &)=delete
Disallow default bitwise assignment.
Mapping class for a fvPatchField.