Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Functions
mmgs2.c File Reference

Create implicit surface in mesh. More...

#include "libmmgs_private.h"
#include "mmgexterns_private.h"
Include dependency graph for mmgs2.c:

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)
 

Detailed Description

Create implicit surface in mesh.

Author
Charles Dapogny (UPMC)
Cécile Dobrzynski (Bx INP/Inria/UBordeaux)
Pascal Frey (UPMC)
Algiane Froehly (Inria/UBordeaux)
Version
5

Definition in file mmgs2.c.

Function Documentation

◆ MMGS_cuttri()

static int MMGS_cuttri ( MMG5_pMesh  mesh,
MMG5_pSol  sol,
MMG5_pSol  met 
)
static
Parameters
meshpointer toward the mesh structure.
solpointer toward the level-set values.
metpointer toward a metric (non-mandatory).
Returns
1 if success, 0 otherwise.

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.

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

◆ MMGS_mmgs2()

int MMGS_mmgs2 ( MMG5_pMesh  mesh,
MMG5_pSol  sol,
MMG5_pSol  met 
)
Parameters
meshpointer toward the mesh structure.
solpointer toward the level-set
metpointer toward a metric (optionnal)
Returns
0 if fail, 1 otherwise.

Create implicit surface in mesh.

Definition at line 241 of file mmgs2.c.

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