FreeFOAM The Cross-Platform CFD Toolkit
morphFieldMapper Class Reference

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

#include <OpenFOAM/morphFieldMapper.H>


Detailed Description

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:

List of all members.

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 labelListinsertedObjectLabels () 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 unallocLabelListdirectAddressing () const
virtual const labelListListaddressing () const
virtual const scalarListListweights () const
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const

Constructor & Destructor Documentation

morphFieldMapper ( )
inline

Null constructor.

Definition at line 57 of file morphFieldMapper.H.

virtual ~morphFieldMapper ( )
inlinevirtual

Definition at line 63 of file morphFieldMapper.H.


Member Function Documentation

virtual label sizeBeforeMapping ( ) const
pure virtual

Return size of field before mapping.

Implemented in fvSurfaceMapper, faceMapper, cellMapper, and pointMapper.

virtual bool insertedObjects ( ) const
pure virtual

Are there any inserted objects.

Implemented in faceMapper, fvSurfaceMapper, cellMapper, and pointMapper.

virtual const labelList& insertedObjectLabels ( ) const
pure virtual

Return list of inserted objects.

Implemented in faceMapper, fvSurfaceMapper, cellMapper, and pointMapper.


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