Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Main file for MMG3D executable: perform 3d mesh adaptation. More...
Go to the source code of this file.
Functions | |
static void | MMG5_endcod (void) |
int | MMG5_countLocalParamAtTet (MMG5_pMesh mesh, MMG5_iNode **bdyRefs) |
int | MMG5_writeLocalParamAtTet (MMG5_pMesh mesh, MMG5_iNode *bdryRefs, FILE *out) |
int | MMG3D_writeLocalParam (MMG5_pMesh mesh) |
static int | MMG3D_defaultOption (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pSol sol) |
int | main (int argc, char *argv[]) |
Variables | |
mytime | MMG5_ctim [TIMEMAX] |
Main file for MMG3D executable: perform 3d mesh adaptation.
Definition in file mmg3d.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
argc | number of command line arguments. |
argv | command line arguments. |
Main program for MMG3D executable: perform mesh adaptation.
Save files at medit or Gmsh format
Definition at line 297 of file mmg3d.c.
|
inlinestatic |
mesh | pointer to the mesh structure. |
met | pointer to a sol structure (metric). |
sol | pointer to a sol structure (ls or disp). |
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 198 of file mmg3d.c.
int MMG3D_writeLocalParam | ( | MMG5_pMesh | mesh | ) |
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
Write local param at triangles
Write local param at tetra
Definition at line 130 of file mmg3d.c.
int MMG5_countLocalParamAtTet | ( | MMG5_pMesh | mesh, |
MMG5_iNode ** | bdyRefs | ||
) |
mesh | pointer to the mesh structure. |
bdyRefs | pointer to the list of the boundary references. |
Count the local default values at tetrahedra and fill the list of the boundary references.
Count the number of different boundary references and list it
Definition at line 61 of file mmg3d.c.
|
static |
int MMG5_writeLocalParamAtTet | ( | MMG5_pMesh | mesh, |
MMG5_iNode * | bdryRefs, | ||
FILE * | out | ||
) |
mesh | pointer to the mesh structure. |
bdryRefs | pointer to the list of the boundary references. |
out | pointer to the file in which to write. |
Write the local default values at tetrahedra in the parameter file.
Definition at line 105 of file mmg3d.c.