Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Create implicit surface in mesh. More...
Go to the source code of this file.
Functions | |
static int | MMGS_cuttri (MMG5_pMesh mesh, MMG5_pSol sol, MMG5_pSol met) |
int | MMGS_mmgs2 (MMG5_pMesh mesh, MMG5_pSol sol, MMG5_pSol met) |
Create implicit surface in mesh.
Definition in file mmgs2.c.
|
static |
mesh | pointer to the mesh structure. |
sol | pointer to the level-set values. |
met | pointer to a metric (non-mandatory). |
Proceed to discretization of the implicit function carried by sol into mesh, once values of sol have been snapped/checked
Definition at line 48 of file mmgs2.c.
int MMGS_mmgs2 | ( | MMG5_pMesh | mesh, |
MMG5_pSol | sol, | ||
MMG5_pSol | met | ||
) |