Class holds all the necessary information for mapping fields associated with pointMesh. More...
#include <OpenFOAM/pointMeshMapper.H>
Class holds all the necessary information for mapping fields associated with pointMesh.
Definition at line 55 of file pointMeshMapper.H.
Public Member Functions | |
pointMeshMapper (const pointMesh &mesh, const mapPolyMesh &mpm) | |
Construct from pointMesh.
| |
const pointMesh & | mesh () const |
Return reference to mesh fields belong to.
| |
const objectRegistry & | thisDb () const |
Return reference to objectRegistry storing fields. Can be.
| |
const morphFieldMapper & | pointMap () const |
Return point mapper.
| |
const pointBoundaryMeshMapper & | boundaryMap () const |
Return boundary mapper.
|
pointMeshMapper | ( | const pointMesh & | mesh, |
const mapPolyMesh & | mpm | ||
) | [inline]
|
Construct from pointMesh.
Definition at line 83 of file pointMeshMapper.H.
const pointMesh& mesh | ( | ) | const [inline]
|
Return reference to mesh fields belong to.
Definition at line 95 of file pointMeshMapper.H.
const objectRegistry& thisDb | ( | ) | const [inline]
|
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 102 of file pointMeshMapper.H.
const morphFieldMapper& pointMap | ( | ) | const [inline]
|
Return point mapper.
Definition at line 108 of file pointMeshMapper.H.
const pointBoundaryMeshMapper& boundaryMap | ( | ) | const [inline]
|
Return boundary mapper.
Definition at line 114 of file pointMeshMapper.H.