Patch field mapper class for agglomerated meshes. More...
#include <singleCellFvMesh.H>


Public Member Functions | |
| agglomPatchFieldMapper (const labelListList &addressing, const scalarListList &weights) | |
| Construct given addressing. | |
| virtual label | size () const |
| The size of the mapper. | |
| virtual bool | direct () const |
| Is it a direct (non-interpolating) mapper? | |
| bool | hasUnmapped () const |
| Any unmapped values? | |
| virtual const labelListList & | addressing () const |
| Return the interpolation addressing. | |
| virtual const scalarListList & | weights () const |
| Return the interpolation weights. | |
| Public Member Functions inherited from fvPatchFieldMapper | |
| fvPatchFieldMapper ()=default | |
| Default construct. | |
| Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. | |
| virtual | ~FieldMapper ()=default |
| Destructor. | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? | |
| virtual const labelUList & | directAddressing () const |
| Return the direct addressing values. | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
Patch field mapper class for agglomerated meshes.
Definition at line 108 of file singleCellFvMesh.H.
|
inline |
Construct given addressing.
Definition at line 123 of file singleCellFvMesh.H.
References addressing(), and weights().

|
inlinevirtual |
|
inlinevirtual |
Is it a direct (non-interpolating) mapper?
Implements FieldMapper.
Definition at line 148 of file singleCellFvMesh.H.
|
inlinevirtual |
Any unmapped values?
I.e. do all size() elements get value
Implements FieldMapper.
Definition at line 153 of file singleCellFvMesh.H.
|
inlinevirtual |
Return the interpolation addressing.
Reimplemented from FieldMapper.
Definition at line 158 of file singleCellFvMesh.H.
Referenced by agglomPatchFieldMapper().

|
inlinevirtual |
Return the interpolation weights.
Reimplemented from FieldMapper.
Definition at line 163 of file singleCellFvMesh.H.
Referenced by agglomPatchFieldMapper().
