Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Compute radius and center of circumscribing circle to the element. More...
#include "libmmg3d_private.h"
Go to the source code of this file.
Functions | |
int | MMG5_cenrad_iso (MMG5_pMesh mesh, double *ct, double *c, double *rad) |
int | MMG5_cenrad_ani (MMG5_pMesh mesh, double *ct, double *m, double *c, double *rad) |
Compute radius and center of circumscribing circle to the element.
Definition in file cenrad_3d.c.
int MMG5_cenrad_ani | ( | MMG5_pMesh | mesh, |
double * | ct, | ||
double * | m, | ||
double * | c, | ||
double * | rad | ||
) |
mesh | pointer to the mesh structure. |
ct | coordinates of vertices of the element. |
m | metric at the point for which we compute the cavity. |
c | center of circumscribing circle to the element. |
rad | squared radius of circumscribing circle to the element. |
Compute radius (squared) and center of circumscribing circle to the element for an anisotropic metric m.
Definition at line 142 of file cenrad_3d.c.
int MMG5_cenrad_iso | ( | MMG5_pMesh | mesh, |
double * | ct, | ||
double * | c, | ||
double * | rad | ||
) |
mesh | pointer to the mesh structure. |
ct | coordinates of vertices of the element. |
c | center of circumscribing circle to the element. |
rad | squared radius of circumscribing circle to the element. |
Compute radius (squared) and center of circumscribing circle to the element.
Definition at line 45 of file cenrad_3d.c.