mmg2d
|
#include "mmg2d.h"
Macros | |
#define | _MMG2_EPSRAD 1.00005 |
#define | _MMG2_AREAMIN 1e-15 |
#define | KTA 7 |
#define | KTB 11 |
Functions | |
static int | _MMG2_correction_iso (MMG5_pMesh mesh, int ip, int *list, int ilist, int nedep) |
int | _MMG2_hashEdgeDelone (MMG5_pMesh mesh, HashTable *hash, int iel, int i, int *v) |
int | _MMG2_cavity (MMG5_pMesh mesh, MMG5_pSol sol, int ip, int *list) |
int | _MMG2_delone (MMG5_pMesh mesh, MMG5_pSol sol, int ip, int *list, int ilist) |
#define _MMG2_AREAMIN 1e-15 |
#define _MMG2_EPSRAD 1.00005 |
#define KTA 7 |
#define KTB 11 |
int _MMG2_cavity | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
int | ip, | ||
int * | list | ||
) |
Create the cavity point ip, starting from triangle list[0]; Return a negative value for ilist if one of the triangles of the cavity is required
|
static |
int _MMG2_delone | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
int | ip, | ||
int * | list, | ||
int | ilist | ||
) |
int _MMG2_hashEdgeDelone | ( | MMG5_pMesh | mesh, |
HashTable * | hash, | ||
int | iel, | ||
int | i, | ||
int * | v | ||
) |