Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Structure to store additional information for the surface tetrahedra of an MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
MMG5_int | ref [4] |
MMG5_int | edg [6] |
uint16_t | ftag [4] |
uint16_t | tag [6] |
int8_t | ori |
Structure to store additional information for the surface tetrahedra of an MMG mesh.
Definition at line 425 of file libmmgtypes.h.
MMG5_int MMG5_xTetra::edg[6] |
edg[i] contains the reference of the \(i^{th}\) edge of the tetrahedron
Definition at line 428 of file libmmgtypes.h.
uint16_t MMG5_xTetra::ftag[4] |
ftag[i] contains the tag associated to the \(i^{th}\) face of the tetrahedron
Definition at line 430 of file libmmgtypes.h.
int8_t MMG5_xTetra::ori |
Orientation of the triangles of the tetrahedron: the $ \(i^{th}\) bit of ori is set to 0 when the \(i^{th}\) face is bad orientated
Definition at line 434 of file libmmgtypes.h.
MMG5_int MMG5_xTetra::ref[4] |
ref[i] is the reference of the opposite triangle to the \(i^{th}\) vertex of the tetrahedron;
Definition at line 426 of file libmmgtypes.h.
uint16_t MMG5_xTetra::tag[6] |
tag[i] contains the tag associated to the \(i^{th}\) edge of the tetrahedron
Definition at line 432 of file libmmgtypes.h.