Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Functions for swapping process. More...
#include "libmmg2d_private.h"
Go to the source code of this file.
Functions | |
int | MMG2D_swapdelone (MMG5_pMesh mesh, MMG5_pSol sol, MMG5_int k, int8_t i, double crit, MMG5_int *list) |
int | MMG2D_chkswp (MMG5_pMesh mesh, MMG5_pSol met, MMG5_int k, int8_t i, int8_t typchk) |
int | MMG2D_swapar (MMG5_pMesh mesh, MMG5_int k, int8_t i) |
Functions for swapping process.
Definition in file swapar_2d.c.
int MMG2D_chkswp | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met, | ||
MMG5_int | k, | ||
int8_t | i, | ||
int8_t | typchk | ||
) |
Definition at line 128 of file swapar_2d.c.
int MMG2D_swapar | ( | MMG5_pMesh | mesh, |
MMG5_int | k, | ||
int8_t | i | ||
) |
int MMG2D_swapdelone | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
MMG5_int | k, | ||
int8_t | i, | ||
double | crit, | ||
MMG5_int * | list | ||
) |
Definition at line 39 of file swapar_2d.c.