Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Structure to store the surface prism of a MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
MMG5_int | ref [5] |
MMG5_int | edg [9] |
uint16_t | ftag [5] |
uint16_t | tag [9] |
Structure to store the surface prism of a MMG mesh.
Definition at line 484 of file libmmgtypes.h.
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 487 of file libmmgtypes.h.
uint16_t MMG5_xPrism::ftag[5] |
ftag[i] contains the tag associated to the \(i^{th}\) face of the prism
Definition at line 491 of file libmmgtypes.h.
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 485 of file libmmgtypes.h.
uint16_t MMG5_xPrism::tag[9] |
tag[i] contains the tag associated to the \(i^{th}\) edge of the prism
Definition at line 493 of file libmmgtypes.h.