mmg3d
MMG5_Quad Struct Reference

#include <libmmgtypes.h>

Data Fields

int v [4]
 
int ref
 
int base
 
int edg [4]
 
int16_t tag [4]
 

Detailed Description

Structure to store quadrangles of a MMG mesh.

Remarks
Numbering convention
*  Vertices            Edges                                   *
*                      .                                       *
*  3----------2         +-----3----+                           *
*  |          |         |          |                           *
*  |          |         1          2                           *
*  |          |         |          |                           *
*  |          |         |          |                           *
*  0----------1         +----0-----+                           *
* 

! * ! * ! * Structure to store quadrangles of a MMG mesh. ! * ! *

Remarks
Numbering convention ! *
!  *  Vertices            Edges                                   *
!  *                      .                                       *
!  *  3----------2         +-----3----+                           *
!  *  |          |         |          |                           *
!  *  |          |         1          2                           *
!  *  |          |         |          |                           *
!  *  |          |         |          |                           *
!  *  0----------1         +----0-----+                           *
!  * 
! * !

Field Documentation

◆ base

int MMG5_Quad::base

◆ edg

int MMG5_Quad::edg[4]

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

◆ ref

int MMG5_Quad::ref

Reference of the quadrangle

◆ tag

int16_t MMG5_Quad::tag[4]

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

◆ v

int MMG5_Quad::v[4]

Vertices of the quadrangle


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