Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Structure to store triangles of a MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
double | qual |
MMG5_int | v [3] |
MMG5_int | ref |
MMG5_int | base |
MMG5_int | cc |
MMG5_int | edg [3] |
MMG5_int | flag |
uint16_t | tag [3] |
Structure to store triangles of a MMG mesh.
* Vertices Edges * * 2 . * * |`\ |`\ * * | `\ | `\ * * | `\ 1 `0 * * | `\ | `\ * * | `\ | `\ * * 0----------1 .--- 2 ----. *
Definition at line 338 of file libmmgtypes.h.
MMG5_int MMG5_Tria::base |
Definition at line 342 of file libmmgtypes.h.
MMG5_int MMG5_Tria::cc |
used to store the tetra + tetra face indices that allow to access to the tria 4*k + i
Definition at line 343 of file libmmgtypes.h.
MMG5_int MMG5_Tria::edg[3] |
edg[i] contains the ref of the \(i^{th}\) edge of triangle
Definition at line 345 of file libmmgtypes.h.
MMG5_int MMG5_Tria::flag |
Definition at line 347 of file libmmgtypes.h.
double MMG5_Tria::qual |
Definition at line 339 of file libmmgtypes.h.
MMG5_int MMG5_Tria::ref |
Reference of the triangle
Definition at line 341 of file libmmgtypes.h.
uint16_t MMG5_Tria::tag[3] |
tag[i] contains the tag associated to the \(i^{th}\) edge of triangle
Definition at line 348 of file libmmgtypes.h.
MMG5_int MMG5_Tria::v[3] |
Vertices of the triangle
Definition at line 340 of file libmmgtypes.h.