![]() |
Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Main file for MMGS executable: perform surface mesh adaptation. More...

Go to the source code of this file.
Functions | |
| static void | MMG5_endcod (void) |
| static int | MMGS_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.
Definition in file mmgs.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
inlinestatic |
| mesh | pointer to the mesh structure. |
| met | pointer to a sol structure (metric). |
| sol | pointer to 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.
Definition at line 270 of file mmgs.c.


|
static |
| mesh | pointer to the mesh structure. |
| met | pointer to 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.
Definition at line 64 of file mmgs.c.


|
inlinestatic |
| mesh | pointer to the mesh structure. |
Write a DEFAULT.mmg3d file containing the default values of parameters that can be locally defined.
Save the local parameters file
Definition at line 212 of file mmgs.c.

