|
mmgs
|
Functions for swapping process. More...
#include "mmgs.h"
Functions | |
| int | chkswp (MMG5_pMesh mesh, MMG5_pSol met, int k, int i, int8_t typchk) |
| int | swapar (MMG5_pMesh mesh, int k, int i) |
| int | litswp (MMG5_pMesh mesh, int k, int8_t i, double kali) |
| int | swpedg (MMG5_pMesh mesh, MMG5_pSol met, int *list, int ilist, int8_t typchk) |
Functions for swapping process.
| int chkswp | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | k, | ||
| int | i, | ||
| int8_t | typchk | ||
| ) |


| int litswp | ( | MMG5_pMesh | mesh, |
| int | k, | ||
| int8_t | i, | ||
| double | kali | ||
| ) |

| int swapar | ( | MMG5_pMesh | mesh, |
| int | k, | ||
| int | i | ||
| ) |
| mesh | poiner toward the mesh structure. |
| k | elt index. |
| i | index of the elt edge to swap. |

| int swpedg | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int * | list, | ||
| int | ilist, | ||
| int8_t | typchk | ||
| ) |
attempt to swap any edge below quality value list goes from 0 to ilist-1.
