morphFieldMapper Class Referenceabstract

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

Inheritance diagram for morphFieldMapper:
[legend]
Collaboration diagram for morphFieldMapper:
[legend]

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 labelListinsertedObjectLabels () 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 labelUListdirectAddressing () const
 Return the direct addressing values. More...
 
virtual const mapDistributeBasedistributeMap () const
 Return the distribution map. More...
 
virtual const labelListListaddressing () const
 Return the interpolation addressing. More...
 
virtual const scalarListListweights () 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...
 

Detailed Description

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

Definition at line 49 of file morphFieldMapper.H.

Constructor & Destructor Documentation

◆ morphFieldMapper()

morphFieldMapper ( )
default

Default construct.

◆ ~morphFieldMapper()

virtual ~morphFieldMapper ( )
virtualdefault

Destructor.

Member Function Documentation

◆ sizeBeforeMapping()

virtual label sizeBeforeMapping ( ) const
pure virtual

Return size of field before mapping.

Implemented in faAreaMapper, faEdgeMapper, fvSurfaceMapper, pointMapper, cellMapper, and faceMapper.

◆ insertedObjects()

virtual bool insertedObjects ( ) const
pure virtual

Are there any inserted objects.

Implemented in faAreaMapper, faEdgeMapper, fvSurfaceMapper, pointMapper, cellMapper, and faceMapper.

◆ insertedObjectLabels()

virtual const labelList & insertedObjectLabels ( ) const
pure virtual

Return list of inserted objects.

Implemented in faAreaMapper, faEdgeMapper, fvSurfaceMapper, pointMapper, cellMapper, and faceMapper.


The documentation for this class was generated from the following file: