![]() |
|
Public Member Functions | |
fvPatchMapper (const fvPatch &patch, const faceMapper &faceMap) | |
Construct from mappers. | |
virtual | ~fvPatchMapper () |
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. |
|
Construct from mappers.
|
|
|
|
Return interpolated addressing.
Reimplemented from FieldMapper. |
|
Is the mapping direct.
Implements FieldMapper. Definition at line 148 of file fvPatchMapper.H. References Foam::labelListList, and Foam::scalarListList. |
|
Return direct addressing.
Reimplemented from FieldMapper. |
|
Return size.
Implements FieldMapper. Definition at line 136 of file fvPatchMapper.H. |
|
Return size of field before mapping.
Definition at line 142 of file fvPatchMapper.H. |
|
Return interpolaion weights.
Reimplemented from FieldMapper. |