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

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

#include <libmmgtypes.h>

Data Fields

MMG5_int ref [5]
 
MMG5_int edg [9]
 
int16_t ftag [5]
 
int16_t tag [9]
 

Detailed Description

Structure to store the surface prism of a MMG mesh.

Definition at line 477 of file libmmgtypes.h.

Field Documentation

◆ edg

MMG5_int MMG5_xPrism::edg[9]

edges references: edg[0]={0,1},edg[1]={0,2},edg[2]={0,3},edg[3]={1,2}, edg[4]={1,4},edg[5]={2,5},edg[6]={3,4},edg[7]={3,5}, edg[8]={4,5}

Definition at line 480 of file libmmgtypes.h.

◆ ftag

int16_t MMG5_xPrism::ftag[5]

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

Definition at line 484 of file libmmgtypes.h.

◆ ref

MMG5_int MMG5_xPrism::ref[5]

face references: ref[0]={0,1,2}, ref[1]={3,4,5}, ref[2]={0,3,4,1}, ref[3]={0,2,5,1}

Definition at line 478 of file libmmgtypes.h.

◆ tag

int16_t MMG5_xPrism::tag[9]

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

Definition at line 486 of file libmmgtypes.h.


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