OpenFOAM logo
Open Source CFD Toolkit

morphFieldMapper Class Reference

Inheritance diagram for morphFieldMapper:

Inheritance graph
[legend]
Collaboration diagram for morphFieldMapper:

Collaboration graph
[legend]
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.

Constructor & Destructor Documentation

morphFieldMapper  )  [inline]
 

Null constructor.

Definition at line 62 of file morphFieldMapper.H.

virtual ~morphFieldMapper  )  [inline, virtual]
 

Definition at line 68 of file morphFieldMapper.H.

References Foam::label, and Foam::labelList.


Member Function Documentation

virtual const labelList& insertedObjectLabels  )  const [pure virtual]
 

Return list of inserted objects.

Implemented in cellMapper, faceMapper, pointMapper, fvSurfaceMapper, tetPointMapperCellDecomp, and tetPointMapperFaceDecomp.

virtual bool insertedObjects  )  const [pure virtual]
 

Are there any inserted objects.

Implemented in cellMapper, faceMapper, pointMapper, fvSurfaceMapper, tetPointMapperCellDecomp, and tetPointMapperFaceDecomp.

virtual label sizeBeforeMapping  )  const [pure virtual]
 

Return size of field before mapping.

Implemented in cellMapper, faceMapper, pointMapper, fvSurfaceMapper, tetPointMapperCellDecomp, and tetPointMapperFaceDecomp.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org