Class containing mesh-to-mesh mapping information after a subset operation. More...
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. More... | |
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. More... | |
label | nOldPoints () const |
Number of old points. More... | |
label | nOldInternalFaces () const |
Number of old internal faces. More... | |
label | nOldFaces () const |
Number of old faces. More... | |
label | nOldCells () const |
Number of old cells. More... | |
label | exposedPatchID () const |
Patch that exposed faces were put into. More... | |
const labelList & | pointMap () const |
Old point map. More... | |
const labelList & | faceMap () const |
Old face map. More... | |
const labelList & | cellMap () const |
Old cell map. More... | |
const labelList & | oldPatchSizes () const |
Return list of the old patch sizes. More... | |
const labelList & | oldPatchStarts () const |
Return list of the old patch start labels. More... | |
const labelList & | oldPatchNMeshPoints () const |
Return numbers of mesh points per old patch. More... | |
Class containing mesh-to-mesh mapping information after a subset operation.
Definition at line 47 of file mapSubsetMesh.H.
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 120 of file mapSubsetMesh.H.
|
inline |
Number of old internal faces.
Definition at line 126 of file mapSubsetMesh.H.
|
inline |
Number of old faces.
Definition at line 132 of file mapSubsetMesh.H.
|
inline |
Number of old cells.
Definition at line 138 of file mapSubsetMesh.H.
|
inline |
Patch that exposed faces were put into.
Definition at line 144 of file mapSubsetMesh.H.
References mapSubsetMesh::cellMap(), mapSubsetMesh::faceMap(), and mapSubsetMesh::pointMap().
|
inline |
Old point map.
Contains the old point label for all points of the subsetted mesh
Definition at line 152 of file mapSubsetMesh.H.
Referenced by mapSubsetMesh::exposedPatchID().
|
inline |
Old face map.
Contains the old point label for all faces of the subsetted mesh
Definition at line 160 of file mapSubsetMesh.H.
Referenced by mapSubsetMesh::exposedPatchID().
|
inline |
Old cell map.
Contains the old point label for all cells of the subsetted mesh
Definition at line 168 of file mapSubsetMesh.H.
Referenced by mapSubsetMesh::exposedPatchID().
|
inline |
Return list of the old patch sizes.
Definition at line 174 of file mapSubsetMesh.H.
|
inline |
Return list of the old patch start labels.
Definition at line 180 of file mapSubsetMesh.H.
|
inline |
Return numbers of mesh points per old patch.
Definition at line 186 of file mapSubsetMesh.H.