Class containing mesh-to-mesh mapping information after a subset operation. More...
#include <OpenFOAM/mapSubsetMesh.H>
Class containing mesh-to-mesh mapping information after a subset operation.
Definition at line 49 of file mapSubsetMesh.H.
Inheritance diagram for mapSubsetMesh:
Collaboration diagram for mapSubsetMesh: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. | |
Public Member Functions inherited from refCount | |
| refCount () | |
| Construct null with zero count. | |
| int | count () const |
| Return the reference count. | |
| bool | okToDelete () const |
| Return true if the reference count is zero. | |
| void | resetRefCount () |
| Reset the reference count to zero. | |
| void | operator++ () |
| Increment the reference count. | |
| void | operator++ (int) |
| Increment the reference count. | |
| void | operator-- () |
| Decrement the reference count. | |
| void | operator-- (int) |
| Decrement the reference count. | |
| 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.
|
inline |
Number of old points.
Definition at line 124 of file mapSubsetMesh.H.
|
inline |
Number of old internal faces.
Definition at line 130 of file mapSubsetMesh.H.
|
inline |
Number of old faces.
Definition at line 136 of file mapSubsetMesh.H.
|
inline |
Number of old cells.
Definition at line 142 of file mapSubsetMesh.H.
|
inline |
Patch that exposed faces were put into.
Definition at line 148 of file mapSubsetMesh.H.
|
inline |
Old point map.
Contains the old point label for all points of the subsetted mesh
Definition at line 156 of file mapSubsetMesh.H.
|
inline |
Old face map.
Contains the old point label for all faces of the subsetted mesh
Definition at line 164 of file mapSubsetMesh.H.
|
inline |
Old cell map.
Contains the old point label for all cells of the subsetted mesh
Definition at line 172 of file mapSubsetMesh.H.
|
inline |
Return list of the old patch sizes.
Definition at line 178 of file mapSubsetMesh.H.
|
inline |
Return list of the old patch start labels.
Definition at line 184 of file mapSubsetMesh.H.
|
inline |
Return numbers of mesh points per old patch.
Definition at line 190 of file mapSubsetMesh.H.