Go to the source code of this file.
◆ MMG2D_chkcol()
int MMG2D_chkcol |
( |
MMG5_pMesh |
mesh, |
|
|
MMG5_pSol |
met, |
|
|
MMG5_int |
k, |
|
|
int8_t |
i, |
|
|
MMG5_int * |
list, |
|
|
int8_t |
typchk |
|
) |
| |
- Parameters
-
mesh | pointer to the mesh |
met | pointer to 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. |
- Returns
- 1 if we must collapse, 0 otherwise
Check whether the validity and the geometry of the mesh are preserved when collapsing edge i (p1->p2)
Definition at line 42 of file colver_2d.c.
◆ MMG2D_colver()
int MMG2D_colver |
( |
MMG5_pMesh |
mesh, |
|
|
int |
ilist, |
|
|
MMG5_int * |
list |
|
) |
| |
◆ MMG2D_colver2()
int MMG2D_colver2 |
( |
MMG5_pMesh |
mesh, |
|
|
MMG5_int * |
list |
|
) |
| |
◆ MMG2D_colver3()
int MMG2D_colver3 |
( |
MMG5_pMesh |
mesh, |
|
|
MMG5_int * |
list |
|
) |
| |
◆ ddb