Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Functions
cenrad_2d.c File Reference

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

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

Go to the source code of this file.

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

Definition in file cenrad_2d.c.

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.

Definition at line 42 of file cenrad_2d.c.

Here is the caller graph for this function: