OpenFOAM logo
Open Source CFD Toolkit

pointMesh Class Reference

Collaboration diagram for pointMesh:

Collaboration graph
[legend]
List of all members.

Public Types

typedef pointMesh Mesh
typedef pointBoundaryMesh BoundaryMesh

Public Member Functions

 pointMesh (const polyMesh &pMesh)
 Construct from polyMesh.
const polyMeshoperator() () const
 Return reference to polyMesh.
label size () const
 Return number of points.
label nPoints () const
 Return number of points (checking of patch size. Reconsider).
label nCells () const
 Return number of cells (checking of patch size. Reconsider).
const pointBoundaryMeshboundary () const
 Return reference to boundary mesh.
bool movePoints ()
 Correct stuff for moving mesh.
const parallelInfoparallelData () const
 Return parallel info.
bool operator!= (const pointMesh &pm) const
bool operator== (const pointMesh &pm) const

Static Public Member Functions

label size (const Mesh &mesh)
 Return number of points.

Member Typedef Documentation

typedef pointBoundaryMesh BoundaryMesh
 

Definition at line 79 of file pointMesh.H.

typedef pointMesh Mesh
 

Definition at line 78 of file pointMesh.H.


Constructor & Destructor Documentation

pointMesh const polyMesh pMesh  )  [explicit]
 

Construct from polyMesh.


Member Function Documentation

const pointBoundaryMesh& boundary  )  const [inline]
 

Return reference to boundary mesh.

Definition at line 120 of file pointMesh.H.

bool movePoints  )  [inline]
 

Correct stuff for moving mesh.

Definition at line 126 of file pointMesh.H.

References polyMesh::parallelData().

Here is the call graph for this function:

label nCells  )  const [inline]
 

Return number of cells (checking of patch size. Reconsider).

Definition at line 114 of file pointMesh.H.

label nPoints  )  const [inline]
 

Return number of points (checking of patch size. Reconsider).

Definition at line 108 of file pointMesh.H.

References Foam::label, and primitiveMesh::nCells().

Here is the call graph for this function:

bool operator!= const pointMesh pm  )  const [inline]
 

Definition at line 140 of file pointMesh.H.

const polyMesh& operator()  )  const [inline]
 

Return reference to polyMesh.

Definition at line 90 of file pointMesh.H.

References Foam::label, and Foam::size().

Here is the call graph for this function:

bool operator== const pointMesh pm  )  const [inline]
 

Definition at line 145 of file pointMesh.H.

const parallelInfo& parallelData  )  const [inline]
 

Return parallel info.

Definition at line 132 of file pointMesh.H.

label size const Mesh mesh  )  [inline, static]
 

Return number of points.

Definition at line 102 of file pointMesh.H.

References Foam::label, and primitiveMesh::nPoints().

Here is the call graph for this function:

label size  )  const [inline]
 

Return number of points.

Definition at line 96 of file pointMesh.H.

References Foam::label, mesh, and primitiveMesh::nPoints().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org