Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Functions
mmg2s.c File Reference
#include "mmgcommon_private.h"
#include "mmgexterns_private.h"
Include dependency graph for mmg2s.c:

Go to the source code of this file.

Functions

int MMG5_snpval_lssurf (MMG5_pMesh mesh, MMG5_pSol sol)
 
int MMG5_resetRef_lssurf (MMG5_pMesh mesh)
 
int MMG5_setref_lssurf (MMG5_pMesh mesh, MMG5_pSol sol)
 

Function Documentation

◆ MMG5_resetRef_lssurf()

int MMG5_resetRef_lssurf ( MMG5_pMesh  mesh)
Parameters
meshpointer toward the mesh

Reset mesh->info.isoref vertex references to 0.

Definition at line 129 of file mmg2s.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MMG5_setref_lssurf()

int MMG5_setref_lssurf ( MMG5_pMesh  mesh,
MMG5_pSol  sol 
)

Definition at line 160 of file mmg2s.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MMG5_snpval_lssurf()

int MMG5_snpval_lssurf ( MMG5_pMesh  mesh,
MMG5_pSol  sol 
)
Parameters
meshpointer toward the mesh structure.
solpointer toward the level-set
Returns
1 if success, 0 if fail

Snap values of sol very close to 0 to 0 exactly in the case of surface ls splitting (to avoid very small triangles in cutting)

Definition at line 45 of file mmg2s.c.

Here is the caller graph for this function: