Collection of static functions to do various simple patch related things.
More...
|
| ClassName ("walkPatch") |
|
| walkPatch (const primitivePatch &pp, const labelList &faceZone, const bool reverse, const label faceI, const label enterVertI, boolList &visited) |
| Construct from components. More...
|
|
const dynamicLabelList & | visitOrder () const |
|
const dynamicLabelList & | indexInFace () const |
|
| ClassName ("walkPatch") |
|
| walkPatch (const primitivePatch &pp, const labelList &faceZone, const bool reverse, const label faceI, const label enterVertI, boolList &visited) |
| Construct from components. More...
|
|
const DynamicList< label > & | visitOrder () const |
|
const DynamicList< label > & | indexInFace () const |
|
|
label | getNeighbour (const label faceI, const label fp, const label v0, const label v1) const |
| Get other face using v0, v1. Returns -1 if none. More...
|
|
void | faceToFace (const labelList &changedFaces, const labelList &enterVerts, labelList &nbrFaces, labelList &nbrEnterVerts) |
| Gets labels of changed faces and enterVertices on faces. More...
|
|
| walkPatch (const walkPatch &) |
| Disallow default bitwise copy construct. More...
|
|
void | operator= (const walkPatch &) |
| Disallow default bitwise assignment. More...
|
|
label | getNeighbour (const label faceI, const label fp, const label v0, const label v1) const |
| Get other face using v0, v1. Returns -1 if none. More...
|
|
void | faceToFace (const labelList &changedFaces, const labelList &enterVerts, labelList &nbrFaces, labelList &nbrEnterVerts) |
| Gets labels of changed faces and enterVertices on faces. More...
|
|
| walkPatch (const walkPatch &) |
| Disallow default bitwise copy construct. More...
|
|
void | operator= (const walkPatch &) |
| Disallow default bitwise assignment. More...
|
|
Collection of static functions to do various simple patch related things.
- Source files
-
- Source files
-
Definition at line 49 of file walkPatch.H.
◆ walkPatch() [1/4]
Disallow default bitwise copy construct.
◆ walkPatch() [2/4]
Construct from components.
Definition at line 189 of file walkPatch.C.
◆ walkPatch() [3/4]
Disallow default bitwise copy construct.
◆ walkPatch() [4/4]
Construct from components.
◆ getNeighbour() [1/2]
◆ faceToFace() [1/2]
◆ operator=() [1/2]
Disallow default bitwise assignment.
◆ ClassName() [1/2]
ClassName |
( |
"walkPatch" |
| ) |
|
◆ visitOrder() [1/2]
const dynamicLabelList& visitOrder |
( |
| ) |
const |
|
inline |
◆ indexInFace() [1/2]
const dynamicLabelList& indexInFace |
( |
| ) |
const |
|
inline |
◆ getNeighbour() [2/2]
Get other face using v0, v1. Returns -1 if none.
◆ faceToFace() [2/2]
Gets labels of changed faces and enterVertices on faces.
Returns labels of faces changed and enterVertices on them.
◆ operator=() [2/2]
Disallow default bitwise assignment.
◆ ClassName() [2/2]
ClassName |
( |
"walkPatch" |
| ) |
|
◆ visitOrder() [2/2]
◆ indexInFace() [2/2]
◆ pp_
Reference to patch to walk on.
Definition at line 54 of file walkPatch.H.
◆ faceZone_
◆ reverse_
How to walk through faces.
Definition at line 60 of file walkPatch.H.
◆ visited_
Reference to list to mark off visited faces.
Definition at line 63 of file walkPatch.H.
◆ visitOrder_ [1/2]
dynamicLabelList visitOrder_ |
|
private |
◆ indexInFace_ [1/2]
dynamicLabelList indexInFace_ |
|
private |
◆ visitOrder_ [2/2]
◆ indexInFace_ [2/2]
The documentation for this class was generated from the following files:
- src/immersedBoundary/immersedBoundary/primitiveMesh/primitivePatch/walkPatch.H
- src/immersedBoundary/immersedBoundary/primitiveMesh/primitivePatch/walkPatch.C