Class holds all the necessary information for mapping fields associated with fvMesh. More...
#include <finiteVolume/fvMeshMapper.H>
Class holds all the necessary information for mapping fields associated with fvMesh.
Definition at line 56 of file fvMeshMapper.H.
Public Member Functions | |
fvMeshMapper (const fvMesh &mesh, const mapPolyMesh &mpm) | |
Construct from fvMesh. | |
const fvMesh & | mesh () const |
Return reference to mesh. | |
const objectRegistry & | thisDb () const |
Return reference to objectRegistry storing fields. Can be. | |
const morphFieldMapper & | volMap () const |
Return volume mapper. | |
const fvSurfaceMapper & | surfaceMap () const |
Return surface mapper. | |
const fvBoundaryMeshMapper & | boundaryMap () const |
Return boundary mapper. |
|
inline |
Construct from fvMesh.
Definition at line 90 of file fvMeshMapper.H.
|
inline |
Return reference to mesh.
Definition at line 103 of file fvMeshMapper.H.
|
inline |
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 110 of file fvMeshMapper.H.
|
inline |
Return volume mapper.
Definition at line 116 of file fvMeshMapper.H.
|
inline |
Return surface mapper.
Definition at line 122 of file fvMeshMapper.H.
|
inline |
Return boundary mapper.
Definition at line 128 of file fvMeshMapper.H.