Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Check the input mesh validity. More...
#include "libmmgs_private.h"
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) |
Check the input mesh validity.
Definition in file chkmsh_s.c.
int chknor | ( | MMG5_pMesh | mesh | ) |
mesh | pointer to the mesh |
Check normal vectors consistency
Definition at line 242 of file chkmsh_s.c.
int MMG5_mmgsChkmsh | ( | MMG5_pMesh | mesh, |
int | severe, | ||
MMG5_int | base | ||
) |
mesh | pointer to the mesh structure. |
severe | level of performed check |
base | unused argument. |
Check the mesh validity
Definition at line 48 of file chkmsh_s.c.