![]() |
|
Public Member Functions | |
fvSurfaceMapper (const fvMesh &mesh, const faceMapper &fMapper) | |
Construct from components. | |
virtual | ~fvSurfaceMapper () |
virtual label | size () const |
Return size. | |
virtual label | sizeBeforeMapping () const |
Return size of field 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 faces. | |
const labelList & | insertedObjectLabels () const |
Return list of inserted faces. | |
const labelHashSet & | flipFaceFlux () const |
Return flux flip map. |
|
Construct from components.
|
|
|
|
Return interpolated addressing.
Reimplemented from FieldMapper. |
|
Is the mapping direct.
Implements FieldMapper. Definition at line 140 of file fvSurfaceMapper.H. References Foam::labelListList, and Foam::scalarListList. |
|
Return direct addressing.
Reimplemented from FieldMapper. |
|
Return flux flip map.
Definition at line 164 of file fvSurfaceMapper.H. |
|
Return list of inserted faces.
Implements morphFieldMapper. |
|
Are there any inserted faces.
Implements morphFieldMapper. Definition at line 155 of file fvSurfaceMapper.H. References Foam::labelHashSet. |
|
Return size.
Implements FieldMapper. Definition at line 128 of file fvSurfaceMapper.H. |
|
Return size of field before mapping.
Implements morphFieldMapper. Definition at line 134 of file fvSurfaceMapper.H. |
|
Return interpolaion weights.
Reimplemented from FieldMapper. |