Abstract base class to hold the Field mapping for mesh morphs. More...
#include <morphFieldMapper.H>


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