Class holds all the necessary information for mapping fields associated with pointMesh. More...
Public Member Functions | |
pointMeshMapper (const pointMesh &mesh, const mapPolyMesh &mpm) | |
Construct from pointMesh. More... | |
const pointMesh & | mesh () const |
Return reference to mesh fields belong to. More... | |
const objectRegistry & | thisDb () const |
Return reference to objectRegistry storing fields. Can be. More... | |
const morphFieldMapper & | pointMap () const |
Return point mapper. More... | |
const pointBoundaryMeshMapper & | boundaryMap () const |
Return boundary mapper. More... | |
Private Member Functions | |
pointMeshMapper (const pointMeshMapper &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const pointMeshMapper &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const pointMesh & | mesh_ |
Reference to mesh. More... | |
pointMapper | pointMap_ |
Point mapper. More... | |
pointBoundaryMeshMapper | boundaryMap_ |
Boundary mapper. More... | |
Class holds all the necessary information for mapping fields associated with pointMesh.
Definition at line 54 of file pointMeshMapper.H.
|
private |
Disallow default bitwise copy construct.
|
inline |
Construct from pointMesh.
Definition at line 82 of file pointMeshMapper.H.
|
private |
Disallow default bitwise assignment.
|
inline |
Return reference to mesh fields belong to.
Definition at line 94 of file pointMeshMapper.H.
References pointMeshMapper::mesh_.
|
inline |
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 101 of file pointMeshMapper.H.
|
inline |
Return point mapper.
Definition at line 107 of file pointMeshMapper.H.
References pointMeshMapper::pointMap_.
|
inline |
Return boundary mapper.
Definition at line 113 of file pointMeshMapper.H.
References pointMeshMapper::boundaryMap_.
|
private |
Reference to mesh.
Definition at line 59 of file pointMeshMapper.H.
Referenced by pointMeshMapper::mesh().
|
private |
Point mapper.
Definition at line 62 of file pointMeshMapper.H.
Referenced by pointMeshMapper::pointMap().
|
private |
Boundary mapper.
Definition at line 65 of file pointMeshMapper.H.
Referenced by pointMeshMapper::boundaryMap().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.