Skip to content
Snippets Groups Projects
Commit 3b6bb55b authored by mattijs's avatar mattijs
Browse files

STYLE: tetIndices.H: additional comment in header

parent 8c918067
Branches
No related merge requests found
......@@ -28,6 +28,24 @@ Description
Storage and named access for the indices of a tet which is part of
the decomposition of a cell.
Tets are designated by
- cell (of course)
- face on cell
- three points on face (faceBasePt, facePtA, facePtB)
When constructing from a mesh and index in the face (tetPtI):
- faceBasePt is the mesh.tetBasePtIs() base point
- facePtA is tetPtI away from faceBasePt
- facePtB is next one after/before facePtA
e.g.:
+---+
|2 /|
| / |
|/ 1| <- tetPt (so 1 for first triangle, 2 for second)
+---+
^
faceBasePt
SourceFiles
tetIndicesI.H
tetIndices.C
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment