Go to the documentation of this file.
35 #ifndef fvPatchMapper_H
36 #define fvPatchMapper_H
138 virtual bool direct()
const
Mapping class for a fvPatchField.
fvPatchMapper(const fvPatchMapper &)
Disallow default bitwise copy construct.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
virtual const labelUList & directAddressing() const
Return direct addressing.
virtual label size() const
Return size.
const fvPatch & patch_
Reference to patch.
virtual label sizeBeforeMapping() const
Return size of field before mapping.
void operator=(const fvPatchMapper &)
Disallow default bitwise assignment.
Specialisations of Field<T> for scalar, vector and tensor.
virtual const labelListList & addressing() const
Return interpolated addressing.
const faceMapper & faceMap_
Reference to face mapper.
virtual label size() const
Return size.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual const scalarListList & weights() const
Return interpolaion weights.
labelList * directAddrPtr_
Direct addressing (only one for of addressing is used)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
void clearOut()
Clear out local storage.
virtual bool hasUnmapped() const
Are there unmapped values? I.e. do all size() elements get.
virtual ~fvPatchMapper()
Destructor.
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.
virtual bool direct() const
Is the mapping direct.
labelListList * interpolationAddrPtr_
Interpolated addressing (only one for of addressing is used)
void calcAddressing() const
Calculate addressing for mapping with inserted cells.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
scalarListList * weightsPtr_
Interpolation weights.
Foam::fvPatchFieldMapper.
const label sizeBeforeMapping_
Size before mapping.