Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Structure to store prsim of a MMG mesh. More...
#include <libmmgtypes.h>
Data Fields | |
MMG5_int | v [6] |
MMG5_int | ref |
MMG5_int | base |
MMG5_int | flag |
MMG5_int | xpr |
uint8_t | tag |
Structure to store prsim of a MMG mesh.
* Vertices Edges Faces * * 3 . . * * ,/|`\ ,/|`\ ,/|`\ * * ,/ | `\ 6 | 7 ,/ | `\ * * ,/ | `\ ,/ | `\ ,/ 1 `\ * * 4------+------5 .------8------. .------+------. * * | | | | | | | | | * * | | | | 2 | | | | * * | | | | | | | | | * * | | | | | | | 4 | 3 | * * | | | 4 | 5 | 2 | * * | 0 | | . | | . | * * | ,/ `\ | | ,/ `\ | | ,/ `\ | * * | ,/ `\ | | ,0 `1 | | ,/ `\ | * * |,/ `\| |,/ `\| |,/ 0 `\| * * 1-------------2 .------3------. .-------------. * * *
Definition at line 469 of file libmmgtypes.h.
MMG5_int MMG5_Prism::base |
Definition at line 472 of file libmmgtypes.h.
MMG5_int MMG5_Prism::flag |
Definition at line 473 of file libmmgtypes.h.
MMG5_int MMG5_Prism::ref |
Reference of the prism
Definition at line 471 of file libmmgtypes.h.
uint8_t MMG5_Prism::tag |
Definition at line 476 of file libmmgtypes.h.
MMG5_int MMG5_Prism::v[6] |
Vertices of the prism
Definition at line 470 of file libmmgtypes.h.
MMG5_int MMG5_Prism::xpr |
Index of the surface MMG5_xPrism associated to the prism
Definition at line 474 of file libmmgtypes.h.