mapSubsetMesh Class Reference
Class containing mesh-to-mesh mapping information after a subset operation.
More...
List of all members.
|
Public Member Functions |
| | mapSubsetMesh (const label nOldPoints, const label nOldFaces, const label nOldCells, const labelList &pointMap, const labelList &faceMap, const labelList &cellMap, const label exposedPatchID, const labelList &oldPatchStarts, const labelList &oldPatchNMeshPoints) |
| | Construct from components.
|
| | mapSubsetMesh (const label nOldPoints, const label nOldFaces, const label nOldCells, labelList &pointMap, labelList &faceMap, labelList &cellMap, const label exposedPatchID, labelList &oldPatchStarts, labelList &oldPatchNMeshPoints, const bool reUse) |
| | Construct from components and optionally reuse storage.
|
| label | nOldPoints () const |
| | Number of old points.
|
| label | nOldInternalFaces () const |
| | Number of old internal faces.
|
| label | nOldFaces () const |
| | Number of old faces.
|
| label | nOldCells () const |
| | Number of old cells.
|
| label | exposedPatchID () const |
| | Patch that exposed faces were put into.
|
| const labelList & | pointMap () const |
| | Old point map.
|
| const labelList & | faceMap () const |
| | Old face map.
|
| const labelList & | cellMap () const |
| | Old cell map.
|
| const labelList & | oldPatchSizes () const |
| | Return list of the old patch sizes.
|
| const labelList & | oldPatchStarts () const |
| | Return list of the old patch start labels.
|
| const labelList & | oldPatchNMeshPoints () const |
| | Return numbers of mesh points per old patch.
|
Detailed Description
Class containing mesh-to-mesh mapping information after a subset operation.
- Source files
-
Definition at line 44 of file mapSubsetMesh.H.
Constructor & Destructor Documentation
Construct from components.
Construct from components and optionally reuse storage.
Member Function Documentation
| label nOldPoints |
( |
|
) |
const [inline] |
| label nOldInternalFaces |
( |
|
) |
const [inline] |
| label nOldFaces |
( |
|
) |
const [inline] |
| label nOldCells |
( |
|
) |
const [inline] |
| label exposedPatchID |
( |
|
) |
const [inline] |
| const labelList& oldPatchSizes |
( |
|
) |
const [inline] |
| const labelList& oldPatchStarts |
( |
|
) |
const [inline] |
Return list of the old patch start labels.
Definition at line 185 of file mapSubsetMesh.H.
| const labelList& oldPatchNMeshPoints |
( |
|
) |
const [inline] |
Return numbers of mesh points per old patch.
Definition at line 191 of file mapSubsetMesh.H.
The documentation for this class was generated from the following file:
Copyright © 2000-2009 OpenCFD Ltd