Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Isosurface discretization. More...
Go to the source code of this file.
Functions | |
int | MMG2D_cuttri (MMG5_pMesh mesh, MMG5_pSol sol, MMG5_pSol met) |
int | MMG2D_mmg2d6 (MMG5_pMesh mesh, MMG5_pSol sol, MMG5_pSol met) |
Isosurface discretization.
Definition in file mmg2d6.c.
int MMG2D_cuttri | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
MMG5_pSol | met | ||
) |
mesh | pointer to the mesh |
sol | pointer to the level-set |
met | pointer to a metric (non-mandatory) |
Effective discretization of the 0 level set encoded in sol in the mesh. Only the boundary part of the domain is discretized if mesh->info.isosurf is 1.
Definition at line 48 of file mmg2d6.c.
int MMG2D_mmg2d6 | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
MMG5_pSol | met | ||
) |