![]() |
|
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 unallocLabelList & | directAddressing () const |
Return direct addressing. | |
virtual const labelListList & | addressing () const |
Return interpolated addressing. | |
virtual const scalarListList & | weights () const |
Return interpolaion weights. | |
virtual const labelHashSet & | flipFaceFlux () const |
Return flux flip map. | |
virtual label | nOldInternalFaces () const |
Return number of old internalFaces. | |
virtual const labelList & | oldPatchStarts () const |
Return old patch starts. | |
virtual const labelList & | oldPatchSizes () const |
Return old patch sizes. | |
virtual bool | insertedObjects () const |
Are there any inserted faces. | |
virtual const labelList & | insertedObjectLabels () const |
Return list of inserted faces. |
|
Construct from mapPolyMesh.
|
|
|
|
Return interpolated addressing.
Reimplemented from FieldMapper. |
|
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. |
|
Return direct addressing.
Reimplemented from FieldMapper. |
|
Return flux flip map.
|
|
Return list of inserted faces.
Implements morphFieldMapper. |
|
Are there any inserted faces.
Implements morphFieldMapper. Definition at line 168 of file faceMapper.H. |
|
Return number of internal faces before mapping.
|
|
Return number of old internalFaces.
|
|
Return old patch sizes.
|
|
Return old patch starts.
|
|
Return size.
Implements FieldMapper. |
|
Return size of field before mapping.
Implements morphFieldMapper. |
|
Return interpolaion weights.
Reimplemented from FieldMapper. |