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

Structure to store additional information for the surface tetrahedra of an MMG mesh. More...

#include <libmmgtypes.h>

Data Fields

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

Detailed Description

Structure to store additional information for the surface tetrahedra of an MMG mesh.

Definition at line 425 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 428 of file libmmgtypes.h.

◆ ftag

uint16_t MMG5_xTetra::ftag[4]

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

Definition at line 430 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 434 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 426 of file libmmgtypes.h.

◆ tag

uint16_t MMG5_xTetra::tag[6]

tag[i] contains the tag associated to the \(i^{th}\) edge of the tetrahedron

Definition at line 432 of file libmmgtypes.h.


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