mmg2d
quality_2d.c File Reference

Functions to compute the quality. More...

#include "mmg2d.h"
Include dependency graph for quality_2d.c:

Functions

double MMG2D_quickcal (MMG5_pMesh mesh, MMG5_pTria pt)
 
double MMG2D_caltri_iso (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTria pt)
 
double MMG2D_caltri_ani (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pTria pt)
 
int MMG2D_outqua (MMG5_pMesh mesh, MMG5_pSol met)
 

Detailed Description

Functions to compute the quality.

Author
Charles Dapogny (UPMC)
Cécile Dobrzynski (Bx INP/Inria/UBordeaux)
Pascal Frey (UPMC)
Algiane Froehly (Inria/UBordeaux)
Version
5

Function Documentation

◆ MMG2D_caltri_ani()

double MMG2D_caltri_ani ( MMG5_pMesh  mesh,
MMG5_pSol  met,
MMG5_pTria  pt 
)
Here is the caller graph for this function:

◆ MMG2D_caltri_iso()

double MMG2D_caltri_iso ( MMG5_pMesh  mesh,
MMG5_pSol  met,
MMG5_pTria  pt 
)
Here is the caller graph for this function:

◆ MMG2D_outqua()

int MMG2D_outqua ( MMG5_pMesh  mesh,
MMG5_pSol  met 
)
Parameters
meshpointer toward the mesh structure.
metpointer toward the metric structure.
Returns
0 if the worst element has a nul quality, 1 otherwise.

Print histogram of mesh qualities.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MMG2D_quickcal()

double MMG2D_quickcal ( MMG5_pMesh  mesh,
MMG5_pTria  pt 
)
Parameters
meshpointer toward the mesh
ptpointer toward the tria
Returns
the oriented area of the triangle.

Compute oriented area of tria pt

Here is the call graph for this function:
Here is the caller graph for this function: