mmg2d
mmg2d6.c File Reference

Isosurface discretization. More...

#include "mmg2d.h"
Include dependency graph for mmg2d6.c:

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)
 

Detailed Description

Isosurface discretization.

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

Function Documentation

◆ _MMG2_chkmaniball()

int _MMG2_chkmaniball ( MMG5_pMesh  mesh,
int  start,
char  istart 
)
Here is the caller graph for this function:

◆ _MMG2_chkmanimesh()

int _MMG2_chkmanimesh ( MMG5_pMesh  mesh)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _MMG2_cuttri_ls()

int _MMG2_cuttri_ls ( MMG5_pMesh  mesh,
MMG5_pSol  sol 
)
Parameters
meshpointer toward the mesh
solpointer toward the level-set
Returns
1 if success, 0 otherwise

Effective discretization of the 0 level set encoded in sol in the mesh

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

◆ _MMG2_getIniRef()

int _MMG2_getIniRef ( MMG5_pMesh  mesh,
int  ref 
)
Here is the caller graph for this function:

◆ _MMG2_ismaniball()

int _MMG2_ismaniball ( MMG5_pMesh  mesh,
MMG5_pSol  sol,
int  start,
char  istart 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _MMG2_isSplit()

int _MMG2_isSplit ( MMG5_pMesh  mesh,
int  ref,
int *  refint,
int *  refext 
)
Parameters
meshpointer toward the mesh structure.
solpointer toward the sol structure.
Returns
1 if success.

Isosurface discretization

Here is the caller graph for this function:

◆ _MMG2_resetRef()

int _MMG2_resetRef ( MMG5_pMesh  mesh)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _MMG2_setref_ls()

int _MMG2_setref_ls ( MMG5_pMesh  mesh,
MMG5_pSol  sol 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _MMG2_snapval()

int _MMG2_snapval ( MMG5_pMesh  mesh,
MMG5_pSol  sol,
double *  tmp 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MMG2_mmg2d6()

int MMG2_mmg2d6 ( MMG5_pMesh  mesh,
MMG5_pSol  sol 
)
Here is the call graph for this function:
Here is the caller graph for this function: