Skip to content
Snippets Groups Projects
Commit 37ae059b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 3b66c376
No related branches found
No related tags found
No related merge requests found
...@@ -18,28 +18,22 @@ Match geometries and meshes ...@@ -18,28 +18,22 @@ Match geometries and meshes
@ftable @code @ftable @code
@item -1, -2, -3 @item -1, -2, -3
Perform 1D, 2D or 3D mesh generation, then exit Perform 1D, 2D or 3D mesh generation, then exit
@item -o file
Specify output file name
@item -format string @item -format string
Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl, mesh, bdf, cgns, p3d, diff, med, ...) Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl, mesh, bdf, cgns, p3d, diff, med, ...)
@item -vmsh float @item -bin
Select msh file version Use binary format when available
@item -refine @item -refine
Perform uniform mesh refinement, then exit Perform uniform mesh refinement, then exit
@item -part int @item -part int
Partition after batch mesh generation Partition after batch mesh generation
@item -partWeight tri|quad|tet|prism|hex int @item -partWeight tri|quad|tet|prism|hex int
Weight of a triangle/quad/etc. during partitioning Weight of a triangle/quad/etc. during partitioning
@item -renumber
Renumber the mesh elements after batch mesh generation
@item -saveall @item -saveall
Save all elements (discard physical group definitions) Save all elements (discard physical group definitions)
@item -o file
Specify output file name
@item -bin
Use binary format when available
@item -parametric @item -parametric
Save vertices with their parametric coordinates Save vertices with their parametric coordinates
@item -numsubedges
Set num of subdivisions for high order element display
@item -algo string @item -algo string
Select mesh algorithm (meshadapt, del2d, front2d, delquad, del3d, front3d, mmg3d) Select mesh algorithm (meshadapt, del2d, front2d, delquad, del3d, front3d, mmg3d)
@item -smooth int @item -smooth int
...@@ -54,8 +48,6 @@ Optimize high order meshes ...@@ -54,8 +48,6 @@ Optimize high order meshes
High-order optimization parameters High-order optimization parameters
@item -optimize_lloyd @item -optimize_lloyd
Optimize 2D meshes using Lloyd algorithm Optimize 2D meshes using Lloyd algorithm
@item -microstructure
Generate polycrystal Voronoi geometry
@item -clscale float @item -clscale float
Set global mesh element size scaling factor Set global mesh element size scaling factor
@item -clmin float @item -clmin float
...@@ -96,6 +88,8 @@ Combine views having identical names into multi-time-step views ...@@ -96,6 +88,8 @@ Combine views having identical names into multi-time-step views
Hide all meshes and post-processing views on startup Hide all meshes and post-processing views on startup
@item -nodb @item -nodb
Disable double buffering Disable double buffering
@item -numsubedges
Set num of subdivisions for high order element display
@item -fontsize int @item -fontsize int
Specify the font size for the GUI Specify the font size for the GUI
@item -theme string @item -theme string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment