![]() |
Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Cell of the hash table of geometric edges. More...
#include <libmmgtypes.h>
Data Fields | |
| MMG5_int | a |
| MMG5_int | b |
| MMG5_int | ref |
| MMG5_int | nxt |
| uint16_t | tag |
Cell of the hash table of geometric edges.
Definition at line 570 of file libmmgtypes.h.
| MMG5_int MMG5_hgeom::a |
First extremity of edge
Definition at line 571 of file libmmgtypes.h.
| MMG5_int MMG5_hgeom::b |
Second extremity of edge
Definition at line 572 of file libmmgtypes.h.
| MMG5_int MMG5_hgeom::nxt |
Next element of hash table
Definition at line 574 of file libmmgtypes.h.
| MMG5_int MMG5_hgeom::ref |
Reference or idx (2D) of edge
Definition at line 573 of file libmmgtypes.h.
| uint16_t MMG5_hgeom::tag |
tag of edge
Definition at line 575 of file libmmgtypes.h.