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

Check the input mesh validity. More...

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

Go to the source code of this file.

Functions

int MMG5_mmgsChkmsh (MMG5_pMesh mesh, int severe, MMG5_int base)
 
int chknor (MMG5_pMesh mesh)
 

Detailed Description

Check the input mesh validity.

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

Definition in file chkmsh_s.c.

Function Documentation

◆ chknor()

int chknor ( MMG5_pMesh  mesh)
Parameters
meshpointer toward the mesh
Returns
1 if success, 0 if fail.

Check normal vectors consistency

Warning
unused

Definition at line 242 of file chkmsh_s.c.

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

◆ MMG5_mmgsChkmsh()

int MMG5_mmgsChkmsh ( MMG5_pMesh  mesh,
int  severe,
MMG5_int  base 
)
Parameters
meshpointer toward the mesh structure.
severelevel of performed check
baseunused argument.
Returns
0 if fail, 1 if success.

Check the mesh validity

Definition at line 48 of file chkmsh_s.c.

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