mmg2d
cenrad_2d.c File Reference

Compute radius and center of circumscribing circle to the element. More...

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

Functions

int MMG2D_cenrad_iso (MMG5_pMesh mesh, double *ct, double *c, double *rad)
 

Detailed Description

Compute radius and center of circumscribing circle to the element.

Author
Cécile Dobrzynski (Bx INP/Inria/UBordeaux)
Date
2015

Function Documentation

◆ MMG2D_cenrad_iso()

int MMG2D_cenrad_iso ( MMG5_pMesh  mesh,
double *  ct,
double *  c,
double *  rad 
)
Parameters
meshPointer toward the mesh structure.
*ctcoordinates of vertices of the element.
*ccenter of circumscribing circle to the element.
*radradius of circumscribing circle to the element.
Returns
0 if failed, 1 otherwise.

Compute radius and center of circumscribing circle to the element.