|
mmg2d
|
#include "mmg2d.h"
Functions | |
| int | MMG2D_chkcol (MMG5_pMesh mesh, MMG5_pSol met, int k, int8_t i, int *list, int8_t 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 | |
| uint8_t | ddb |
| int MMG2D_chkcol | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | k, | ||
| int8_t | i, | ||
| int * | list, | ||
| int8_t | 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 | ||
| ) |


| uint8_t ddb |