|
mmgs
|
Common part for functions used in mmgs.c and mmg3d.c files. More...
#include "mmgcommon.h"
Functions | |
| void | _MMG5_mmgUsage (char *prog) |
| void | _MMG5_mmgDefaultValues (MMG5_pMesh mesh) |
| int | _MMG5_countLocalParamAtTri (MMG5_pMesh mesh, _MMG5_iNode **bdryRefs) |
| int | _MMG5_writeLocalParamAtTri (MMG5_pMesh mesh, _MMG5_iNode *bdryRefs, FILE *out) |
| void | MMG5_chooseOutputFormat (MMG5_pMesh mesh, int *msh) |
Common part for functions used in mmgs.c and mmg3d.c files.
|
inline |
| mesh | pointer toward the mesh structure. |
| bdryRefs | pointer toward the list of the boundary references. |
Count the local default values at triangles and fill the list of the boundary references.
Count the number of different boundary references and list it


| void _MMG5_mmgDefaultValues | ( | MMG5_pMesh | mesh | ) |
| mesh | pointer toward the mesh structure. |
Print the default parameters values.


| void _MMG5_mmgUsage | ( | char * | prog | ) |
| *prog | pointer toward the program name. |
Print help for common options of mmg3d and mmgs.

|
inline |
| mesh | pointer toward the mesh structure. |
| bdryRefs | pointer toward the list of the boundary references. |
| npar | number of local param at triangles. |
| out | pointer toward the file in which to write. |
Write the local default values at triangles in the parameter file.


| void MMG5_chooseOutputFormat | ( | MMG5_pMesh | mesh, |
| int * | msh | ||
| ) |
| mesh | pointer toward the mesh structure. |
| mesh | pointer toward the msh value. |
Update the msh value if we detect that the user want to force output at Gmsh or Medit format.
