![]() |
|
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 unallocLabelList & | directAddressing () const |
Return direct addressing. | |
virtual const labelListList & | addressing () const |
Return interpolated addressing. | |
virtual const scalarListList & | weights () const |
Return interpolaion weights. | |
bool | insertedObjects () const |
Are there any inserted cells. | |
const labelList & | insertedObjectLabels () const |
Return list of inserted cells. |
|
Construct from mapPolyMesh.
|
|
|
|
Return interpolated addressing.
Reimplemented from FieldMapper. |
|
Is the mapping direct.
Implements FieldMapper. Definition at line 137 of file cellMapper.H. References Foam::labelListList, and Foam::scalarListList. |
|
Return direct addressing.
Reimplemented from FieldMapper. |
|
Return list of inserted cells.
Implements morphFieldMapper. |
|
Are there any inserted cells.
Implements morphFieldMapper. Definition at line 152 of file cellMapper.H. |
|
Return size.
Implements FieldMapper. |
|
Return size before mapping.
Implements morphFieldMapper. |
|
Return interpolaion weights.
Reimplemented from FieldMapper. |