Abstract base class to hold the Field mapping for mesh morphs. More...


Public Member Functions | |
| morphFieldMapper ()=default | |
| Default construct. More... | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. More... | |
| virtual label | sizeBeforeMapping () const =0 |
| Return size of field before mapping. More... | |
| virtual bool | insertedObjects () const =0 |
| Are there any inserted objects. More... | |
| virtual const labelList & | insertedObjectLabels () const =0 |
| Return list of inserted objects. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual label | size () const =0 |
| The size of the mapper. More... | |
| virtual bool | direct () const =0 |
| Is it a direct (non-interpolating) mapper? More... | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? More... | |
| virtual bool | hasUnmapped () const =0 |
| Any unmapped values? More... | |
| virtual const labelUList & | directAddressing () const |
| Return the direct addressing values. More... | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. More... | |
| virtual const labelListList & | addressing () const |
| Return the interpolation addressing. More... | |
| virtual const scalarListList & | weights () const |
| Return the interpolation weights. More... | |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. More... | |
Abstract base class to hold the Field mapping for mesh morphs.
Definition at line 43 of file morphFieldMapper.H.
|
default |
Default construct.
|
virtualdefault |
Destructor.
|
pure virtual |
Return size of field before mapping.
Implemented in faAreaMapper, pointMapper, faceMapper, cellMapper, fvSurfaceMapper, and faEdgeMapper.
|
pure virtual |
Are there any inserted objects.
Implemented in faAreaMapper, faceMapper, pointMapper, cellMapper, fvSurfaceMapper, and faEdgeMapper.
|
pure virtual |
Return list of inserted objects.
Implemented in faAreaMapper, faceMapper, pointMapper, cellMapper, fvSurfaceMapper, and faEdgeMapper.