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

missing help for -format

parent 23c7de20
Branches
Tags
No related merge requests found
......@@ -57,16 +57,20 @@ void PrintUsage(const char *name)
Msg::Direct(" -match Match geometries and meshes");
Msg::Direct("Mesh options:");
Msg::Direct(" -1, -2, -3 Perform 1D, 2D or 3D mesh generation, then exit");
Msg::Direct(" -format string Select output mesh format (auto (default), msh, msh1, msh2,");
Msg::Direct(" unv, vrml, ply2, stl, mesh, bdf, cgns, p3d, diff, med, ...)");
Msg::Direct(" -refine Perform uniform mesh refinement, then exit");
Msg::Direct(" -part int Partition after batch mesh generation");
Msg::Direct(" -partWeight <tri|quad|tet|prism|hex> int Weight of a triangle/... during partitioning");
Msg::Direct(" -partWeight <tri|quad|tet|prism|hex> int");
Msg::Direct(" Weight of a triangle/quad/etc. during partitioning");
Msg::Direct(" -renumber Renumber the mesh elements after batch mesh generation");
Msg::Direct(" -saveall Save all elements (discard physical group definitions)");
Msg::Direct(" -o file Specify output file name");
Msg::Direct(" -bin Use binary format when available");
Msg::Direct(" -parametric Save vertices with their parametric coordinates");
Msg::Direct(" -numsubedges Set the number of subdivisions when displaying high order elements");
Msg::Direct(" -algo string Select mesh algorithm (meshadapt, del2d, front2d, delquad, del3d, front3d, mmg3d)");
Msg::Direct(" -algo string Select mesh algorithm (meshadapt, del2d, front2d, delquad, ");
Msg::Direct(" del3d, front3d, mmg3d)");
Msg::Direct(" -smooth int Set number of mesh smoothing steps");
Msg::Direct(" -order int Set mesh order (1, ..., 5)");
Msg::Direct(" -optimize[_netgen] Optimize quality of tetrahedral elements");
......@@ -77,7 +81,8 @@ void PrintUsage(const char *name)
Msg::Direct(" -clmin float Set minimum mesh element size");
Msg::Direct(" -clmax float Set maximum mesh element size");
Msg::Direct(" -anisoMax float Set maximum anisotropy (only used in bamg for now)");
Msg::Direct(" -smoothRatio float Set smoothing ration between mesh sizes at nodes of a same edge (only used in bamg)");
Msg::Direct(" -smoothRatio float Set smoothing ration between mesh sizes at nodes of a same edge");
Msg::Direct(" (only used in bamg)");
Msg::Direct(" -clcurv Automatically compute element sizes from curvatures");
Msg::Direct(" -epslc1d Set the accuracy of the evaluation of the LCFIELD for 1D mesh");
Msg::Direct(" -swapangle Set the threshold angle (in degree) between two adjacent faces");
......
......@@ -864,11 +864,11 @@ Save all elements (discard physical group definitions)
@item -o file
Specify mesh output file name
@item -format string
Set output mesh format (msh, msh1, msh2, unv, vrml, stl, mesh, bdf, p3d, cgns, med)
Set output mesh format (msh, msh1, msh2, unv, vrml, stl, mesh, bdf, p3d, cgns, med, ...)
@item -bin
Use binary format when available
@item -algo string
Select mesh algorithm (meshadapt, del2d, front2d, del3d, front3d)
Select mesh algorithm (meshadapt, del2d, front2d, del3d, front3d, ...)
@item -smooth int
Set number of mesh smoothing steps
@item -optimize[_netgen]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment