mmgs
MMG5_Tria Struct Reference

#include <libmmgtypes.h>

Data Fields

double qual
 
int v [3]
 
int ref
 
int base
 
int cc
 
int edg [3]
 
int flag
 
int16_t tag [3]
 

Detailed Description

Structure to store triangles of a MMG mesh.

Remarks
Numbering convention
*  Vertices            Edges                                  *
*  2                    .                                     *
*  |`\                  |`\                                   *
*  |  `\                |  `\                                 *
*  |    `\              1    `0                               *
*  |      `\            |      `\                             *
*  |        `\          |        `\                           *
*  0----------1         .--- 2 ----.
* 

Field Documentation

◆ base

int MMG5_Tria::base

◆ cc

int MMG5_Tria::cc

used to store the tetra + tetra face indices that allow to access to the tria

◆ edg

int MMG5_Tria::edg[3]

edg[i] contains the ref of the $i^{th}$ edge of triangle

◆ flag

int MMG5_Tria::flag

◆ qual

double MMG5_Tria::qual

◆ ref

int MMG5_Tria::ref

Reference of the triangle

◆ tag

int16_t MMG5_Tria::tag[3]

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

◆ v

int MMG5_Tria::v[3]

Vertices of the triangle


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