![]() |
|
Public Types | |
typedef pointMesh | Mesh |
typedef pointBoundaryMesh | BoundaryMesh |
Public Member Functions | |
pointMesh (const polyMesh &pMesh) | |
Construct from polyMesh. | |
const polyMesh & | operator() () 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 pointBoundaryMesh & | boundary () const |
Return reference to boundary mesh. | |
bool | movePoints () |
Correct stuff for moving mesh. | |
const parallelInfo & | parallelData () 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. |
|
Definition at line 79 of file pointMesh.H. |
|
Definition at line 78 of file pointMesh.H. |
|
Construct from polyMesh.
|
|
Return reference to boundary mesh.
Definition at line 120 of file pointMesh.H. |
|
Correct stuff for moving mesh.
Definition at line 126 of file pointMesh.H. References polyMesh::parallelData(). |
Here is the call graph for this function:
|
Return number of cells (checking of patch size. Reconsider).
Definition at line 114 of file pointMesh.H. |
|
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:
|
Definition at line 140 of file pointMesh.H. |
|
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:
|
Definition at line 145 of file pointMesh.H. |
|
Return parallel info.
Definition at line 132 of file pointMesh.H. |
|
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:
|
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: