FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

pointMeshMapper Class Reference

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

#include <OpenFOAM/pointMeshMapper.H>


Detailed Description

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

Source files

Definition at line 55 of file pointMeshMapper.H.

Collaboration diagram for pointMeshMapper:

List of all members.

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.

Constructor & Destructor Documentation

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

Construct from pointMesh.

Definition at line 83 of file pointMeshMapper.H.


Member Function Documentation

const pointMesh& mesh (  ) const [inline]

Return reference to mesh fields belong to.

Definition at line 95 of file pointMeshMapper.H.

const objectRegistry& thisDb (  ) const [inline]

Return reference to objectRegistry storing fields. Can be.

removed once fields stored on pointMesh.

Definition at line 102 of file pointMeshMapper.H.

const morphFieldMapper& pointMap (  ) const [inline]

Return point mapper.

Definition at line 108 of file pointMeshMapper.H.

const pointBoundaryMeshMapper& boundaryMap (  ) const [inline]

Return boundary mapper.

Definition at line 114 of file pointMeshMapper.H.


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