mmg2d
|
#include "mmg2d.h"
Functions | |
int | MMG2D_chkcol (MMG5_pMesh mesh, MMG5_pSol met, int k, char i, int *list, char typchk) |
int | MMG2D_colver (MMG5_pMesh mesh, int ilist, int *list) |
int | MMG2D_colver3 (MMG5_pMesh mesh, int *list) |
int | MMG2D_colver2 (MMG5_pMesh mesh, int *list) |
Variables | |
unsigned char | ddb |
int MMG2D_chkcol | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
int | k, | ||
char | i, | ||
int * | list, | ||
char | typchk | ||
) |
mesh | pointer toward the mesh |
met | pointer toward the metric |
k | triangle index |
i | local index of the edge that we want to test in the triangle k |
list | edge's shell (to fill) |
typchk | type eof check to perform. |
Check whether the validity and the geometry of the mesh are preserved when collapsing edge i (p1->p2)
int MMG2D_colver | ( | MMG5_pMesh | mesh, |
int | ilist, | ||
int * | list | ||
) |
int MMG2D_colver2 | ( | MMG5_pMesh | mesh, |
int * | list | ||
) |
int MMG2D_colver3 | ( | MMG5_pMesh | mesh, |
int * | list | ||
) |
unsigned char ddb |