mmgs
MMG5_xTetra Struct Reference

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

#include <libmmgtypes.h>

Data Fields

int ref [4]
 
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.

Field Documentation

◆ edg

int MMG5_xTetra::edg[6]

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

◆ ftag

int16_t MMG5_xTetra::ftag[4]

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

◆ 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

◆ ref

int MMG5_xTetra::ref[4]

ref[i] is the reference of the opposite triangle to the $i^{th}$ vertex of the tetrahedron;

◆ tag

int16_t MMG5_xTetra::tag[6]

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


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