OpenFOAM logo
Open Source CFD Toolkit

faceMapper Class Reference

Inheritance diagram for faceMapper:

Inheritance graph
[legend]
Collaboration diagram for faceMapper:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 faceMapper (const mapPolyMesh &mpm)
 Construct from mapPolyMesh.
virtual ~faceMapper ()
virtual label size () const
 Return size.
virtual label sizeBeforeMapping () const
 Return size of field before mapping.
virtual label internalSizeBeforeMapping () const
 Return number of internal faces 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.
virtual const labelHashSetflipFaceFlux () const
 Return flux flip map.
virtual label nOldInternalFaces () const
 Return number of old internalFaces.
virtual const labelListoldPatchStarts () const
 Return old patch starts.
virtual const labelListoldPatchSizes () const
 Return old patch sizes.
virtual bool insertedObjects () const
 Are there any inserted faces.
virtual const labelListinsertedObjectLabels () const
 Return list of inserted faces.

Constructor & Destructor Documentation

faceMapper const mapPolyMesh mpm  ) 
 

Construct from mapPolyMesh.

virtual ~faceMapper  )  [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 141 of file faceMapper.H.

References Foam::label, Foam::labelHashSet, Foam::labelList, Foam::labelListList, and Foam::scalarListList.

virtual const unallocLabelList& directAddressing  )  const [virtual]
 

Return direct addressing.

Reimplemented from FieldMapper.

virtual const labelHashSet& flipFaceFlux  )  const [virtual]
 

Return flux flip map.

virtual const labelList& insertedObjectLabels  )  const [virtual]
 

Return list of inserted faces.

Implements morphFieldMapper.

virtual bool insertedObjects  )  const [inline, virtual]
 

Are there any inserted faces.

Implements morphFieldMapper.

Definition at line 168 of file faceMapper.H.

virtual label internalSizeBeforeMapping  )  const [virtual]
 

Return number of internal faces before mapping.

virtual label nOldInternalFaces  )  const [virtual]
 

Return number of old internalFaces.

virtual const labelList& oldPatchSizes  )  const [virtual]
 

Return old patch sizes.

virtual const labelList& oldPatchStarts  )  const [virtual]
 

Return old patch starts.

virtual label size  )  const [virtual]
 

Return size.

Implements FieldMapper.

virtual label sizeBeforeMapping  )  const [virtual]
 

Return size of field 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