Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Data Fields
MMG5_xTetra Struct Reference

Structure to store the surface tetrahedra of a MMG mesh. More...

#include <libmmgtypes.h>

Data Fields

MMG5_int ref [4]
 
MMG5_int edg [6]
 
int16_t ftag [4]
 
int16_t tag [6]
 
int8_t ori
 

Detailed Description

Structure to store the surface tetrahedra of a MMG mesh.

Definition at line 418 of file libmmgtypes.h.

Field Documentation

◆ edg

MMG5_int MMG5_xTetra::edg[6]

edg[i] contains the reference of the $i^{th}$ edge of the tetrahedron

Definition at line 421 of file libmmgtypes.h.

◆ ftag

int16_t MMG5_xTetra::ftag[4]

ftag[i] contains the tag associated to the $i^{th}$ face of the tetrahedron

Definition at line 423 of file libmmgtypes.h.

◆ ori

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 427 of file libmmgtypes.h.

◆ ref

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 419 of file libmmgtypes.h.

◆ tag

int16_t MMG5_xTetra::tag[6]

tag[i] contains the tag associated to the $i^{th}$ edge of the tetrahedron

Definition at line 425 of file libmmgtypes.h.


The documentation for this struct was generated from the following file: