mmg2d
|
Compute radius and center of circumscribing circle to the element. More...
#include "mmg2d.h"
Functions | |
int | MMG2D_cenrad_iso (MMG5_pMesh mesh, double *ct, double *c, double *rad) |
Compute radius and center of circumscribing circle to the element.
int MMG2D_cenrad_iso | ( | MMG5_pMesh | mesh, |
double * | ct, | ||
double * | c, | ||
double * | rad | ||
) |
mesh | Pointer toward the mesh structure. |
*ct | coordinates of vertices of the element. |
*c | center of circumscribing circle to the element. |
*rad | radius of circumscribing circle to the element. |
Compute radius and center of circumscribing circle to the element.