|
mmgs
|
Main file for MMGS executable: perform surface mesh adaptation. More...

Functions | |
| static void | MMG5_endcod (void) |
| static int | MMG5_parsop (MMG5_pMesh mesh, MMG5_pSol met) |
| static int | MMGS_writeLocalParam (MMG5_pMesh mesh) |
| static int | MMGS_defaultOption (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pSol sol) |
| int | main (int argc, char *argv[]) |
Variables | |
| mytime | MMG5_ctim [TIMEMAX] |
Main file for MMGS executable: perform surface mesh adaptation.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

|
static |
Print elapsed time at end of process.


|
static |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the sol structure. |
Read local parameters file. This file must have the same name as the mesh with the .mmgs extension or must be named DEFAULT.mmgs.


|
inlinestatic |
| mesh | pointer toward the mesh structure. |
| met | pointer toward a sol structure (metric). |
| sol | pointer toward a sol structure (metric). |
Program to save the local default parameter file: read the mesh and metric (needed to compite the hmax/hmin parameters), scale the mesh and compute the hmax/hmin param, unscale the mesh and write the default parameter file.


|
inlinestatic |
| mesh | pointer toward the mesh structure. |
Write a DEFAULT.mmg3d file containing the default values of parameters that can be locally defined.
Save the local parameters file

