Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
c3e52e74
Commit
c3e52e74
authored
13 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
missing help for -format
parent
23c7de20
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/CommandLine.cpp
+8
-3
8 additions, 3 deletions
Common/CommandLine.cpp
doc/texinfo/gmsh.texi
+2
-2
2 additions, 2 deletions
doc/texinfo/gmsh.texi
with
10 additions
and
5 deletions
Common/CommandLine.cpp
+
8
−
3
View file @
c3e52e74
...
...
@@ -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"
);
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
2
−
2
View file @
c3e52e74
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment