Abstract base class to hold the Field mapping for mesh morphs. More...
#include <OpenFOAM/morphFieldMapper.H>
Abstract base class to hold the Field mapping for mesh morphs.
Definition at line 47 of file morphFieldMapper.H.
Inheritance diagram for morphFieldMapper:
Collaboration diagram for morphFieldMapper:Public Member Functions | |
| morphFieldMapper () | |
| Null constructor. | |
| virtual | ~morphFieldMapper () |
| 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 () | |
| Null constructor. | |
| virtual | ~FieldMapper () |
| virtual label | size () const =0 |
| virtual bool | direct () const =0 |
| virtual const unallocLabelList & | directAddressing () const |
| virtual const labelListList & | addressing () const |
| virtual const scalarListList & | weights () const |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &f) const |
|
inline |
Null constructor.
Definition at line 57 of file morphFieldMapper.H.
|
inlinevirtual |
Definition at line 63 of file morphFieldMapper.H.
|
pure virtual |
Return size of field before mapping.
Implemented in fvSurfaceMapper, faceMapper, cellMapper, and pointMapper.
|
pure virtual |
Are there any inserted objects.
Implemented in faceMapper, fvSurfaceMapper, cellMapper, and pointMapper.
|
pure virtual |
Return list of inserted objects.
Implemented in faceMapper, fvSurfaceMapper, cellMapper, and pointMapper.