35 #ifndef fvPatchMapper_H
36 #define fvPatchMapper_H
50 class polyTopoChangeMap;
69 const label sizeBeforeMapping_;
87 void calcAddressing()
const;
117 return sizeBeforeMapping_;
121 virtual bool direct()
const
This object provides mapping and fill-in information for face data between the two meshes after the t...
virtual bool direct() const
Is the mapping direct.
Mapping class for a fvPatchField.
virtual const labelListList & addressing() const
Return interpolated addressing.
virtual const scalarListList & weights() const
Return interpolation weights.
label sizeBeforeMapping() const
Return size of field before mapping.
virtual const labelUList & directAddressing() const
Return direct addressing.
void operator=(const fvPatchMapper &)=delete
Disallow default bitwise assignment.
fvPatchMapper(const fvPatch &patch, const faceMapper &faceMap)
Construct from mappers.
virtual bool direct() const
Is the mapping direct?
virtual ~fvPatchMapper()
Destructor.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
General field mapper supporting both direct and weighted mapping.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
Specialisations of Field<T> for scalar, vector and tensor.