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

Local parameters for a specific entity and reference. More...

#include <libmmgtypes.h>

Data Fields

double hmin
 
double hmax
 
double hausd
 
MMG5_int ref
 
int8_t elt
 

Detailed Description

Local parameters for a specific entity and reference.

This struct can store the local values (minimal and maximal edge lengths and Hausdorff distance) associated to the given reference of an element of type elt (point, edge... ).

Definition at line 263 of file libmmgtypes.h.

Field Documentation

◆ elt

int8_t MMG5_Par::elt

Element type

Definition at line 268 of file libmmgtypes.h.

◆ hausd

double MMG5_Par::hausd

Hausdorff value

Definition at line 266 of file libmmgtypes.h.

◆ hmax

double MMG5_Par::hmax

maximal size for edges

Definition at line 265 of file libmmgtypes.h.

◆ hmin

double MMG5_Par::hmin

minimal size for edges

Definition at line 264 of file libmmgtypes.h.

◆ ref

MMG5_int MMG5_Par::ref

Reference value

Definition at line 267 of file libmmgtypes.h.


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