![]() |
|
Public Member Functions | |
mapAddedPolyMesh () | |
Construct null. | |
mapAddedPolyMesh (const label nOldPoints, const label nOldFaces, const label nOldCells, const label nAddedPoints, const label nAddedFaces, const label nAddedCells, const labelList &pointMap, const labelList &faceMap, const labelList &cellMap, const labelList &oldPatchMap, const labelList &addedPatchMap) | |
Construct from components. | |
mapAddedPolyMesh (const mapAddedPolyMesh &) | |
Construct as copy. | |
label | nOldPoints () const |
label | nOldFaces () const |
label | nOldCells () const |
const labelList & | oldPatchMap () const |
From old patch index to new patch index or -1 if patch. | |
label | nAddedPoints () const |
label | nAddedFaces () const |
label | nAddedCells () const |
const labelList & | addedPatchMap () const |
From added mesh patch index to new patch index or -1 if. | |
const labelList & | pointMap () const |
const labelList & | faceMap () const |
const labelList & | cellMap () const |
labelList | oldCellMap () const |
From old mesh cells to new mesh cells. | |
labelList | addedCellMap () const |
From added mesh cells to new mesh cells. -1 if cell not added. | |
labelList | oldFaceMap () const |
From old mesh faces to new mesh faces. | |
labelList | addedFaceMap () const |
From added mesh faces to new mesh facess. -1 if face not added. | |
labelList | oldPointMap () const |
From old mesh points to new mesh points. | |
labelList | addedPointMap () const |
From added mesh points to new mesh points. -1 if pt not added. | |
void | updateMesh (const mapPolyMesh &) |
Static Public Member Functions | |
labelList | combine (const label nNew, const labelList &, const labelList &) |
combine and invert map from old to new and from added to new | |
labelList | combine (const label nNew, const label nOld, const labelList &) |
combine and invert map from old to new and from added to new. |
|
Construct null.
|
|
Construct from components.
|
|
Construct as copy.
|
|
From added mesh cells to new mesh cells. -1 if cell not added.
|
|
From added mesh faces to new mesh facess. -1 if face not added.
|
|
From added mesh patch index to new patch index or -1 if. patch not present (since 0 size) Definition at line 238 of file mapAddedPolyMesh.H. |
|
From added mesh points to new mesh points. -1 if pt not added.
|
|
Definition at line 256 of file mapAddedPolyMesh.H. References Foam::labelList, and notImplemented. |
|
combine and invert map from old to new and from added to new. Difference with above one is that map from old to new is an identimap. |
|
combine and invert map from old to new and from added to new
|
|
Definition at line 251 of file mapAddedPolyMesh.H. References Foam::labelList. |
|
Definition at line 229 of file mapAddedPolyMesh.H. References Foam::labelList. |
|
Definition at line 224 of file mapAddedPolyMesh.H. |
|
Definition at line 219 of file mapAddedPolyMesh.H. |
|
Definition at line 202 of file mapAddedPolyMesh.H. References Foam::label. |
|
Definition at line 197 of file mapAddedPolyMesh.H. References Foam::labelList. |
|
Definition at line 192 of file mapAddedPolyMesh.H. |
|
From old mesh cells to new mesh cells.
|
|
From old mesh faces to new mesh faces.
|
|
From old patch index to new patch index or -1 if patch. not present (since 0 size) Definition at line 211 of file mapAddedPolyMesh.H. References Foam::label. |
|
From old mesh points to new mesh points.
|
|
Definition at line 246 of file mapAddedPolyMesh.H. References Foam::labelList. |
|
Definition at line 283 of file mapAddedPolyMesh.H. |