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 |
| virtual bool | direct () const |
| bool | hasUnmapped () const |
| Are there unmapped values? I.e. do all size() elements get. More... | |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
Public Member Functions inherited from fvPatchFieldMapper | |
| fvPatchFieldMapper () | |
| Null constructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper () | |
| Null constructor. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual bool | distributed () const |
| virtual const mapDistributeBase & | distributeMap () const |
| virtual const labelUList & | directAddressing () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
Patch field mapper class for agglomerated meshes.
Definition at line 93 of file singleCellFvMesh.H.
|
inline |
Construct given addressing.
Definition at line 107 of file singleCellFvMesh.H.
References singleCellFvMesh::agglomPatchFieldMapper::addressing().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 126 of file singleCellFvMesh.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 131 of file singleCellFvMesh.H.
|
inlinevirtual |
Are there unmapped values? I.e. do all size() elements get.
get value
Implements FieldMapper.
Definition at line 136 of file singleCellFvMesh.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 141 of file singleCellFvMesh.H.
Referenced by singleCellFvMesh::agglomPatchFieldMapper::agglomPatchFieldMapper().
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 146 of file singleCellFvMesh.H.