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. |
|
inline |
Construct from pointMesh.
Definition at line 83 of file pointMeshMapper.H.
|
inline |
Return reference to mesh fields belong to.
Definition at line 95 of file pointMeshMapper.H.
|
inline |
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 102 of file pointMeshMapper.H.
|
inline |
Return point mapper.
Definition at line 108 of file pointMeshMapper.H.
|
inline |
Return boundary mapper.
Definition at line 114 of file pointMeshMapper.H.