Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Structure to store vertices of an MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
double | c [3] |
double | n [3] |
MMG5_int | ref |
MMG5_int | xp |
MMG5_int | tmp |
MMG5_int | flag |
MMG5_int | s |
uint16_t | tag |
int8_t | tagdel |
Structure to store vertices of an MMG mesh.
Definition at line 276 of file libmmgtypes.h.
double MMG5_Point::c[3] |
Coordinates
Definition at line 277 of file libmmgtypes.h.
MMG5_int MMG5_Point::flag |
Flag to know if we have already treated the point
Definition at line 288 of file libmmgtypes.h.
double MMG5_Point::n[3] |
Unitary normal (regular points) or unitary tangent (ridge and ref points) for mmgs and unitary tangent (if needed) for mmg3d
Definition at line 278 of file libmmgtypes.h.
MMG5_int MMG5_Point::ref |
Reference of point
Definition at line 284 of file libmmgtypes.h.
MMG5_int MMG5_Point::s |
Definition at line 289 of file libmmgtypes.h.
uint16_t MMG5_Point::tag |
Contains binary flags : if \(tag=23=16+4+2+1\), then the point is MG_REF, MG_GEO, MG_REQ and MG_BDY
Definition at line 290 of file libmmgtypes.h.
int8_t MMG5_Point::tagdel |
Tag for delaunay
Definition at line 292 of file libmmgtypes.h.
MMG5_int MMG5_Point::tmp |
Index of point in the saved mesh (we don't count the unused points)
Definition at line 286 of file libmmgtypes.h.
MMG5_int MMG5_Point::xp |
Surface point number
Definition at line 285 of file libmmgtypes.h.