OpenFOAM logo
Open Source CFD Toolkit

cellMapper Class Reference

Inheritance diagram for cellMapper:

Inheritance graph
[legend]
Collaboration diagram for cellMapper:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 cellMapper (const mapPolyMesh &mpm)
 Construct from mapPolyMesh.
virtual ~cellMapper ()
virtual label size () const
 Return size.
virtual label sizeBeforeMapping () const
 Return size before mapping.
virtual bool direct () const
 Is the mapping direct.
virtual const unallocLabelListdirectAddressing () const
 Return direct addressing.
virtual const labelListListaddressing () const
 Return interpolated addressing.
virtual const scalarListListweights () const
 Return interpolaion weights.
bool insertedObjects () const
 Are there any inserted cells.
const labelListinsertedObjectLabels () const
 Return list of inserted cells.

Constructor & Destructor Documentation

cellMapper const mapPolyMesh mpm  ) 
 

Construct from mapPolyMesh.

virtual ~cellMapper  )  [virtual]
 


Member Function Documentation

virtual const labelListList& addressing  )  const [virtual]
 

Return interpolated addressing.

Reimplemented from FieldMapper.

virtual bool direct  )  const [inline, virtual]
 

Is the mapping direct.

Implements FieldMapper.

Definition at line 137 of file cellMapper.H.

References Foam::labelListList, and Foam::scalarListList.

virtual const unallocLabelList& directAddressing  )  const [virtual]
 

Return direct addressing.

Reimplemented from FieldMapper.

const labelList& insertedObjectLabels  )  const [virtual]
 

Return list of inserted cells.

Implements morphFieldMapper.

bool insertedObjects  )  const [inline, virtual]
 

Are there any inserted cells.

Implements morphFieldMapper.

Definition at line 152 of file cellMapper.H.

virtual label size  )  const [virtual]
 

Return size.

Implements FieldMapper.

virtual label sizeBeforeMapping  )  const [virtual]
 

Return size before mapping.

Implements morphFieldMapper.

virtual const scalarListList& weights  )  const [virtual]
 

Return interpolaion weights.

Reimplemented from FieldMapper.


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