|
mmgs
|
Check the input mesh validity. More...
#include "mmgs.h"
Functions | |
| int | _MMG5_mmgsChkmsh (MMG5_pMesh mesh, int severe, int base) |
| int | chkeigen (MMG5_pMesh mesh, MMG5_pSol met, int k, double lambda[3]) |
| int | chkmet (MMG5_pMesh mesh, MMG5_pSol met) |
| int | chknor (MMG5_pMesh mesh) |
Check the input mesh validity.
| int _MMG5_mmgsChkmsh | ( | MMG5_pMesh | mesh, |
| int | severe, | ||
| int | base | ||
| ) |
| mesh | pointer toward the mesh structure. |
| severe | level of performed check |
| base | unused argument. |
Check the mesh validity


| int chkeigen | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | k, | ||
| double | lambda[3] | ||
| ) |
Check size prescriptions at point k.

| int chkmet | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met | ||
| ) |
Check metric consistency.

| int chknor | ( | MMG5_pMesh | mesh | ) |
| mesh | pointer toward the mesh |
Check normal vectors consistency
