|
mmg2d
|
Functions to compute the quality. More...
#include "mmg2d.h"
Functions | |
| double | _MMG2_quickcal (MMG5_pMesh mesh, MMG5_pTria pt) |
| double | _MMG2_caltri_iso (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTria pt) |
| double | _MMG2_caltri_ani (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTria pt) |
| int | MMG2_outqua (MMG5_pMesh mesh, MMG5_pSol met) |
Functions to compute the quality.
| double _MMG2_caltri_ani | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| MMG5_pTria | pt | ||
| ) |

| double _MMG2_caltri_iso | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| MMG5_pTria | pt | ||
| ) |

| double _MMG2_quickcal | ( | MMG5_pMesh | mesh, |
| MMG5_pTria | pt | ||
| ) |
| mesh | pointer toward the mesh |
| pt | pointer toward the tria |
Compute oriented area of tria pt


| int MMG2_outqua | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met | ||
| ) |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the metric structure. |
Print histogram of mesh qualities.

