mmg2d
|
Isosurface discretization. More...
#include "mmg2d.h"
Functions | |
int | _MMG2_isSplit (MMG5_pMesh mesh, int ref, int *refint, int *refext) |
int | _MMG2_getIniRef (MMG5_pMesh mesh, int ref) |
int | _MMG2_resetRef (MMG5_pMesh mesh) |
int | _MMG2_ismaniball (MMG5_pMesh mesh, MMG5_pSol sol, int start, char istart) |
int | _MMG2_snapval (MMG5_pMesh mesh, MMG5_pSol sol, double *tmp) |
int | _MMG2_chkmaniball (MMG5_pMesh mesh, int start, char istart) |
int | _MMG2_chkmanimesh (MMG5_pMesh mesh) |
int | _MMG2_cuttri_ls (MMG5_pMesh mesh, MMG5_pSol sol) |
int | _MMG2_setref_ls (MMG5_pMesh mesh, MMG5_pSol sol) |
int | MMG2_mmg2d6 (MMG5_pMesh mesh, MMG5_pSol sol) |
Isosurface discretization.
int _MMG2_chkmaniball | ( | MMG5_pMesh | mesh, |
int | start, | ||
char | istart | ||
) |
int _MMG2_chkmanimesh | ( | MMG5_pMesh | mesh | ) |
int _MMG2_cuttri_ls | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol | ||
) |
mesh | pointer toward the mesh |
sol | pointer toward the level-set |
Effective discretization of the 0 level set encoded in sol in the mesh
int _MMG2_getIniRef | ( | MMG5_pMesh | mesh, |
int | ref | ||
) |
int _MMG2_ismaniball | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
int | start, | ||
char | istart | ||
) |
int _MMG2_isSplit | ( | MMG5_pMesh | mesh, |
int | ref, | ||
int * | refint, | ||
int * | refext | ||
) |
mesh | pointer toward the mesh structure. |
sol | pointer toward the sol structure. |
Isosurface discretization
int _MMG2_resetRef | ( | MMG5_pMesh | mesh | ) |
int _MMG2_setref_ls | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol | ||
) |
int _MMG2_snapval | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
double * | tmp | ||
) |
int MMG2_mmg2d6 | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol | ||
) |