mmgs
|
Functions to compute elements quality and edge lengths. More...
Macros | |
#define | COS145 -0.81915204428899 |
Functions | |
double | caleltsig_ani (MMG5_pMesh mesh, MMG5_pSol met, int iel) |
double | caleltsig_iso (MMG5_pMesh mesh, MMG5_pSol met, int iel) |
double | incircle (MMG5_pPoint p0, MMG5_pPoint p1, MMG5_pPoint p2, double *o) |
double | diamelt (MMG5_pPoint p0, MMG5_pPoint p1, MMG5_pPoint p2) |
int | _MMGS_prilen (MMG5_pMesh mesh, MMG5_pSol met, int metRidTyp) |
int | _MMGS_inqua (MMG5_pMesh mesh, MMG5_pSol met) |
int | _MMGS_outqua (MMG5_pMesh mesh, MMG5_pSol met) |
char | typelt (MMG5_pPoint p[3], char *ia) |
Variables | |
char | ddb |
Functions to compute elements quality and edge lengths.
#define COS145 -0.81915204428899 |
int _MMGS_inqua | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met | ||
) |
mesh | pointer toward the mesh structure. |
met | pointer toward the metric structure. |
Print histogram of mesh qualities for classical storage of ridges metrics (so before the the _MMG5_defsiz function call).
int _MMGS_outqua | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met | ||
) |
mesh | pointer toward the mesh structure. |
met | pointer toward the metric structure. |
Print histogram of mesh qualities for special storage of ridges metrics (after the _MMG5_defsiz function call).
int _MMGS_prilen | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
int | metRidTyp | ||
) |
mesh | pointer toward the mesh structure. |
met | pointer toward the metric structure. |
metRidTyp | Type of storage of ridges metrics: 0 for classic storage, 1 for special storage. |
Compute sizes of edges of the mesh, and displays histo.
|
inline |
mesh | pointer toward the mesh structure. |
met | pointer toward the metric structure. |
iel | element index |
Quality function identic to caltri_ani but puts a sign according to deviation to normal to vertices.
|
inline |
|
inline |
|
inline |
char typelt | ( | MMG5_pPoint | p[3], |
char * | ia | ||
) |
char ddb |