![]() |
|
Public Member Functions | |
edgeVertex (const polyMesh &mesh) | |
Construct from mesh. | |
const polyMesh & | mesh () const |
bool | isEdge (const label eVert) const |
is eVert an edge? | |
label | getEdge (const label eVert) const |
convert eVert to edge label | |
label | getVertex (const label eVert) const |
convert eVert to vertex label | |
label | vertToEVert (const label vertI) const |
Convert pointI to eVert. | |
label | edgeToEVert (const label edgeI) const |
Convert edgeI to eVert. | |
point | coord (const label cut, const scalar weight) const |
Return coordinate of cut (uses weight if edgeCut). | |
label | cutPairToEdge (const label cut0, const label cut1) const |
Find mesh edge (or -1) between two cuts. | |
Ostream & | writeCut (Ostream &os, const label cut, const scalar) const |
Write cut description to Ostream. | |
Ostream & | writeCuts (Ostream &os, const labelList &, const scalarField &) const |
Write cut descriptions to Ostream. | |
Static Public Member Functions | |
void | updateLabels (const labelList &map, List< refineCell > &) |
Update refine list from map. Used to update cell/face labels. | |
void | updateLabels (const labelList &map, Map< label > &) |
Update map from map. Used to update cell/face labels. | |
void | updateLabels (const labelList &map, labelHashSet &) |
Update map from map. Used to update cell/face labels. |
|
Construct from mesh.
Definition at line 107 of file edgeVertex.H. References FatalErrorIn. |
|
Return coordinate of cut (uses weight if edgeCut).
|
|
Find mesh edge (or -1) between two cuts.
|
|
Convert edgeI to eVert.
Definition at line 175 of file edgeVertex.H. References Foam::label, Foam::labelList, and Foam::scalarField. |
|
convert eVert to edge label
Definition at line 139 of file edgeVertex.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
convert eVert to vertex label
Definition at line 151 of file edgeVertex.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
is eVert an edge?
Definition at line 124 of file edgeVertex.H. References Foam::abort(), Foam::FatalError, FatalErrorIn, Foam::label, and primitiveMesh::nPoints(). |
Here is the call graph for this function:
|
Definition at line 115 of file edgeVertex.H. |
|
Update map from map. Used to update cell/face labels. after morphing |
|
Update map from map. Used to update cell/face labels. after morphing |
|
Update refine list from map. Used to update cell/face labels. after morphing |
|
Convert pointI to eVert.
Definition at line 163 of file edgeVertex.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Write cut description to Ostream.
|
|
Write cut descriptions to Ostream.
|