Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Go to the source code of this file.
Functions | |
double | long_iso (double *ca, double *cb, double *ma, double *mb) |
double | long_ani (double *ca, double *cb, double *ma, double *mb) |
double | MMG2D_lencurv_iso (MMG5_pMesh mesh, MMG5_pSol met, MMG5_int ip1, MMG5_int ip2) |
double | MMG2D_lencurv_ani (MMG5_pMesh mesh, MMG5_pSol met, MMG5_int ip1, MMG5_int ip2) |
int | MMG2D_prilen (MMG5_pMesh mesh, MMG5_pSol sol) |
double long_ani | ( | double * | ca, |
double * | cb, | ||
double * | ma, | ||
double * | mb | ||
) |
Definition at line 47 of file length_2d.c.
double long_iso | ( | double * | ca, |
double * | cb, | ||
double * | ma, | ||
double * | mb | ||
) |
Definition at line 27 of file length_2d.c.
double MMG2D_lencurv_ani | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
MMG5_int | ip1, | ||
MMG5_int | ip2 | ||
) |
double MMG2D_lencurv_iso | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
MMG5_int | ip1, | ||
MMG5_int | ip2 | ||
) |
Calculate length of a curve in the considered isotropic metric
Definition at line 63 of file length_2d.c.
int MMG2D_prilen | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol | ||
) |
Definition at line 125 of file length_2d.c.