mmg3d
|
Compute radius and center of circumscribing circle to the element. More...
#include "mmg3d.h"
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.
int MMG5_cenrad_ani | ( | MMG5_pMesh | mesh, |
double * | ct, | ||
double * | m, | ||
double * | c, | ||
double * | rad | ||
) |
mesh | pointer toward 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.
int MMG5_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 | squared radius of circumscribing circle to the element. |
Compute radius (squared) and center of circumscribing circle to the element.