|
mmg3d
|
Functions to compute elements quality and edge lengths. More...
#include "inlined_functions_3d.h"
Functions | |
| int | _MMG3D_tetraQual (MMG5_pMesh mesh, MMG5_pSol met, char metRidTyp) |
| double | _MMG5_caltet33_ani (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTetra pt) |
| int | _MMG3D_prilen (MMG5_pMesh mesh, MMG5_pSol met, char metRidTyp) |
| static int | _MMG3D_printquaLES (MMG5_pMesh mesh, MMG5_pSol met) |
| int | _MMG3D_inqua (MMG5_pMesh mesh, MMG5_pSol met) |
| int | _MMG3D_outqua (MMG5_pMesh mesh, MMG5_pSol met) |
| int | _MMG5_countelt (MMG5_pMesh mesh, MMG5_pSol sol, double *weightelt, long *npcible) |
Variables | |
| char | ddb |
Functions to compute elements quality and edge lengths.
| int _MMG3D_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 classic storage of metric at ridges.


| int _MMG3D_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 metric at ridges.


| int _MMG3D_prilen | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| char | 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.


|
static |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the metric structure. |
Print histogram of LES mesh qualities for classic storage of metric at ridges.


| int _MMG3D_tetraQual | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| char | metRidTyp | ||
| ) |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the meric structure. |
| metRidTyp | metric storage (classic or special) |
Compute the quality of the tetras over the mesh.


|
inline |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the meric structure. |
| pt | pointer toward a tetrahedra. |
Compute the quality of the tet pt with respect to the anisotropic metric met.
and for a calssic storage of metrics at ridges.

| int _MMG5_countelt | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | sol, | ||
| double * | weightelt, | ||
| long * | npcible | ||
| ) |
Approximation of the final number of vertex.

| char ddb |