Detect extruded mesh structure given a set of patch faces. More...
Public Member Functions | |
| ClassName ("meshStructure") | |
| meshStructure (const polyMesh &mesh, const uindirectPrimitivePatch &) | |
| Construct null. More... | |
| bool | structured () const |
| Is mesh structured? More... | |
| const labelList & | cellToPatchFaceAddressing () const |
| Cell to patch face. More... | |
| labelList & | cellToPatchFaceAddressing () |
| Cell to patch face. More... | |
| const labelList & | cellLayer () const |
| Cell to layer. More... | |
| labelList & | cellLayer () |
| Cell to layer. More... | |
| const labelList & | faceToPatchFaceAddressing () const |
| Face to patch face. More... | |
| labelList & | faceToPatchFaceAddressing () |
| Face to patch face. More... | |
| const labelList & | faceToPatchEdgeAddressing () const |
| Face to patch edge. More... | |
| labelList & | faceToPatchEdgeAddressing () |
| Face to patch edge. More... | |
| const labelList & | faceLayer () const |
| Face to layer. More... | |
| labelList & | faceLayer () |
| Face to layer. More... | |
| const labelList & | pointToPatchPointAddressing () const |
| Point to patch point. More... | |
| labelList & | pointToPatchPointAddressing () |
| Point to patch point. More... | |
| const labelList & | pointLayer () const |
| Point to layer. More... | |
| labelList & | pointLayer () |
| Point to layer. More... | |
Detect extruded mesh structure given a set of patch faces.
Definition at line 54 of file meshStructure.H.
| meshStructure | ( | const polyMesh & | mesh, |
| const uindirectPrimitivePatch & | pp | ||
| ) |
| ClassName | ( | "meshStructure" | ) |
|
inline |
Is mesh structured?
Definition at line 30 of file meshStructureI.H.
|
inline |
Cell to patch face.
Definition at line 36 of file meshStructureI.H.
|
inline |
Cell to patch face.
Definition at line 42 of file meshStructureI.H.
|
inline |
Cell to layer.
Definition at line 48 of file meshStructureI.H.
|
inline |
Cell to layer.
Definition at line 54 of file meshStructureI.H.
|
inline |
Face to patch face.
Definition at line 60 of file meshStructureI.H.
|
inline |
Face to patch face.
Definition at line 66 of file meshStructureI.H.
|
inline |
Face to patch edge.
Definition at line 72 of file meshStructureI.H.
|
inline |
Face to patch edge.
Definition at line 78 of file meshStructureI.H.
|
inline |
Face to layer.
Definition at line 84 of file meshStructureI.H.
|
inline |
Face to layer.
Definition at line 90 of file meshStructureI.H.
|
inline |
Point to patch point.
Definition at line 96 of file meshStructureI.H.
|
inline |
Point to patch point.
Definition at line 102 of file meshStructureI.H.
|
inline |
Point to layer.
Definition at line 108 of file meshStructureI.H.
|
inline |
Point to layer.
Definition at line 114 of file meshStructureI.H.
1.8.13