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) |
int8_t | typelt (MMG5_pPoint p[3], int8_t *ia) |
Variables | |
int8_t | ddb |
Functions to compute elements quality and edge lengths.
#define COS145 -0.81915204428899 |
double caleltsig_ani | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
int | iel | ||
) |
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.
double caleltsig_iso | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
int | iel | ||
) |
|
inline |
|
inline |
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.
int8_t typelt | ( | MMG5_pPoint | p[3], |
int8_t * | ia | ||
) |
|
extern |