Patch field mapper class for agglomerated meshes. More...


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

|
inlinevirtual |
The size of the mapper.
Implements FieldMapper.
Definition at line 140 of file singleCellFvMesh.H.
References UList< T >::size().

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

|
inlinevirtual |
Return the interpolation weights.
Reimplemented from FieldMapper.
Definition at line 160 of file singleCellFvMesh.H.