pointMeshMapper Class Reference

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 pointMeshmesh () const
 Return reference to mesh fields belong to. More...
 
const objectRegistrythisDb () const
 Return reference to objectRegistry storing fields. Can be. More...
 
const morphFieldMapperpointMap () const
 Return point mapper. More...
 
const pointBoundaryMeshMapperboundaryMap () const
 Return boundary mapper. More...
 

Detailed Description

Class holds all the necessary information for mapping fields associated with pointMesh.

Source files

Definition at line 56 of file pointMeshMapper.H.

Constructor & Destructor Documentation

◆ pointMeshMapper()

pointMeshMapper ( const pointMesh mesh,
const mapPolyMesh mpm 
)
inline

Construct from pointMesh.

Definition at line 84 of file pointMeshMapper.H.

Member Function Documentation

◆ mesh()

const pointMesh & mesh ( ) const
inline

Return reference to mesh fields belong to.

Definition at line 96 of file pointMeshMapper.H.

◆ thisDb()

const objectRegistry & thisDb ( ) const
inline

Return reference to objectRegistry storing fields. Can be.

removed once fields stored on pointMesh.

Definition at line 103 of file pointMeshMapper.H.

◆ pointMap()

const morphFieldMapper & pointMap ( ) const
inline

Return point mapper.

Definition at line 109 of file pointMeshMapper.H.

◆ boundaryMap()

const pointBoundaryMeshMapper & boundaryMap ( ) const
inline

Return boundary mapper.

Definition at line 115 of file pointMeshMapper.H.


The documentation for this class was generated from the following file: