mmgs
MMG5_xPrism Struct Reference

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

#include <libmmgtypes.h>

Data Fields

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

Detailed Description

Structure to store the surface prism of a MMG mesh.

Field Documentation

◆ edg

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}

◆ ftag

int16_t MMG5_xPrism::ftag[5]

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

◆ ref

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}

◆ tag

int16_t MMG5_xPrism::tag[9]

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


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