Class containing mesh-to-mesh mapping information after a mesh addition where we add a mesh ('added mesh') to an old mesh, creating a new mesh. More...
#include <mapAddedPolyMesh.H>
Public Member Functions | |
| mapAddedPolyMesh (const label nOldPoints, const label nOldFaces, const label nOldCells, const label nAddedPoints, const label nAddedFaces, const label nAddedCells, const labelList &oldPointMap, const labelList &oldFaceMap, const labelList &oldCellMap, const labelList &addedPointMap, const labelList &addedFaceMap, const labelList &addedCellMap, const labelList &oldPatchMap, const labelList &addedPatchMap, const labelList &oldPatchSizes, const labelList &oldPatchStarts) | |
| Construct from components. | |
| label | nOldPoints () const |
| label | nOldFaces () const |
| label | nOldCells () const |
| const labelList & | oldPointMap () const |
| From old mesh point/face/cell to new mesh point/face/cell. | |
| const labelList & | oldFaceMap () const |
| const labelList & | oldCellMap () const |
| const labelList & | oldPatchMap () const |
| From old patch index to new patch index or -1 if patch. | |
| const labelList & | oldPatchSizes () const |
| Return list of the old patch sizes. | |
| const labelList & | oldPatchStarts () const |
| Return list of the old patch start labels. | |
| label | nOldInternalFaces () const |
| Number of old internal faces. | |
| label | nAddedPoints () const |
| label | nAddedFaces () const |
| label | nAddedCells () const |
| const labelList & | addedPointMap () const |
| From added mesh point/face/cell to new mesh point/face/cell. | |
| const labelList & | addedFaceMap () const |
| const labelList & | addedCellMap () const |
| const labelList & | addedPatchMap () const |
| From added mesh patch index to new patch index or -1 if. | |
| void | updateMesh (const mapPolyMesh &) |
Class containing mesh-to-mesh mapping information after a mesh addition where we add a mesh ('added mesh') to an old mesh, creating a new mesh.
We store mapping from the old to the new mesh and from the added mesh to the new mesh.
Note: Might need some more access functions or maybe some zone maps?
Definition at line 54 of file mapAddedPolyMesh.H.
| mapAddedPolyMesh | ( | const label | nOldPoints, |
| const label | nOldFaces, | ||
| const label | nOldCells, | ||
| const label | nAddedPoints, | ||
| const label | nAddedFaces, | ||
| const label | nAddedCells, | ||
| const labelList & | oldPointMap, | ||
| const labelList & | oldFaceMap, | ||
| const labelList & | oldCellMap, | ||
| const labelList & | addedPointMap, | ||
| const labelList & | addedFaceMap, | ||
| const labelList & | addedCellMap, | ||
| const labelList & | oldPatchMap, | ||
| const labelList & | addedPatchMap, | ||
| const labelList & | oldPatchSizes, | ||
| const labelList & | oldPatchStarts ) |
Construct from components.
Definition at line 28 of file mapAddedPolyMesh.C.
References addedCellMap(), addedFaceMap(), addedPatchMap(), addedPointMap(), nAddedCells(), nAddedFaces(), nAddedPoints(), nOldCells(), nOldFaces(), nOldPoints(), oldCellMap(), oldFaceMap(), oldPatchMap(), oldPatchSizes(), oldPatchStarts(), and oldPointMap().

|
inline |
Definition at line 156 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 161 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 166 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
From old mesh point/face/cell to new mesh point/face/cell.
Definition at line 175 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 179 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 183 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
From old patch index to new patch index or -1 if patch.
not present (since 0 size)
Definition at line 193 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Return list of the old patch sizes.
Definition at line 201 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Return list of the old patch start labels.
Definition at line 209 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Number of old internal faces.
Definition at line 217 of file mapAddedPolyMesh.H.
|
inline |
Definition at line 225 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 230 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 235 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
From added mesh point/face/cell to new mesh point/face/cell.
Definition at line 243 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 247 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 251 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
From added mesh patch index to new patch index or -1 if.
patch not present (since 0 size)
Definition at line 261 of file mapAddedPolyMesh.H.
Referenced by mapAddedPolyMesh().

|
inline |
Definition at line 269 of file mapAddedPolyMesh.H.
References NotImplemented.