Loading...
Searching...
No Matches
pointMeshMapper Class Reference

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

Detailed Description

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

Source files

Definition at line 52 of file pointMeshMapper.H.

Constructor & Destructor Documentation

◆ pointMeshMapper()

pointMeshMapper ( const pointMesh & mesh,
const mapPolyMesh & mpm )
inline

Construct from pointMesh.

Definition at line 92 of file pointMeshMapper.H.

References mesh().

Here is the call graph for this function:

Member Function Documentation

◆ mesh()

const pointMesh & mesh ( ) const
inlinenoexcept

Return reference to mesh fields belong to.

Definition at line 105 of file pointMeshMapper.H.

References Foam::noexcept.

Referenced by pointMeshMapper().

Here is the caller graph for this function:

◆ thisDb()

const objectRegistry & thisDb ( ) const
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.

◆ pointMap()

const morphFieldMapper & pointMap ( ) const
inlinenoexcept

Return point mapper.

Definition at line 123 of file pointMeshMapper.H.

References Foam::noexcept.

◆ boundaryMap()

const pointBoundaryMeshMapper & boundaryMap ( ) const
inlinenoexcept

Return boundary mapper.

Definition at line 131 of file pointMeshMapper.H.

References Foam::noexcept.


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