![]() |
|
Public Member Functions | |
tetCell () | |
Construct null. | |
tetCell (const label a, const label b, const label c, const label d) | |
Construct from components. | |
tetCell (Istream &) | |
Construct from Istream. | |
triFace | face (const label facei) const |
Return ith face. | |
label | edgeFace (const label edgei) const |
Return fisrt face adjacent to the given edge. | |
label | edgeAdjacentFace (const label edgei, const label facei) const |
Return face adjacent to the given face sharing the same edge. | |
edge | tetEdge (const label edgei) const |
Return ith edge. | |
cellShape | tetCellShape () const |
Return tet shape cell. | |
tetPointRef | tet (const pointField &) const |
Return the tetrahedron. |
|
Construct null.
Definition at line 47 of file tetCellI.H. References Foam::label. |
|
Construct from components.
Definition at line 53 of file tetCellI.H. |
|
Construct from Istream.
Definition at line 67 of file tetCellI.H. References Foam::label. |
|
Return face adjacent to the given face sharing the same edge.
Definition at line 125 of file tetCellI.H. |
|
Return fisrt face adjacent to the given edge.
Definition at line 101 of file tetCellI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Return ith face.
Definition at line 75 of file tetCellI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function:
|
Return the tetrahedron.
Definition at line 189 of file tetCellI.H. |
|
Return tet shape cell.
|
|
Return ith edge.
Definition at line 168 of file tetCellI.H. References Foam::abort(), Foam::FatalError, and FatalErrorIn. |
Here is the call graph for this function: