Class holds all the necessary information for mapping fields associated with pointMesh. More...
#include <pointMeshMapper.H>
Public Member Functions | |
| pointMeshMapper (const pointMesh &mesh, const mapPolyMesh &mpm) | |
| Construct from pointMesh. | |
| const pointMesh & | mesh () const noexcept |
| Return reference to mesh fields belong to. | |
| const objectRegistry & | thisDb () const noexcept |
| Return reference to objectRegistry storing fields. Can be. | |
| const morphFieldMapper & | pointMap () const noexcept |
| Return point mapper. | |
| const pointBoundaryMeshMapper & | boundaryMap () const noexcept |
| Return boundary mapper. | |
Class holds all the necessary information for mapping fields associated with pointMesh.
Definition at line 52 of file pointMeshMapper.H.
|
inline |
Construct from pointMesh.
Definition at line 92 of file pointMeshMapper.H.
References mesh().

|
inlinenoexcept |
Return reference to mesh fields belong to.
Definition at line 105 of file pointMeshMapper.H.
References Foam::noexcept.
Referenced by pointMeshMapper().

|
inlinenoexcept |
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 115 of file pointMeshMapper.H.
References Foam::noexcept.
|
inlinenoexcept |
|
inlinenoexcept |
Return boundary mapper.
Definition at line 131 of file pointMeshMapper.H.
References Foam::noexcept.