![]() |
Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Compute radius and center of circumscribing circle to the element. More...
#include "libmmg2d_private.h"
Go to the source code of this file.
Functions | |
| int | MMG2D_cenrad_iso (MMG5_pMesh mesh, double *ct, double *c, double *rad) |
Compute radius and center of circumscribing circle to the element.
Definition in file cenrad_2d.c.
| 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.
Definition at line 42 of file cenrad_2d.c.
