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

No commit message

No commit message
parent 00bc78a4
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ std::string GMSH_AnalyseCurvedMeshPlugin::getHelp() const ...@@ -65,7 +65,7 @@ std::string GMSH_AnalyseCurvedMeshPlugin::getHelp() const
" +1 print a list of invalid elements\n" " +1 print a list of invalid elements\n"
" +2 print some statistics\n" " +2 print some statistics\n"
" +4 hide valid elements (for GUI)\n\n" " +4 hide valid elements (for GUI)\n\n"
"MaxDepth = {0,1,...}\n" "MaxDepth = 0,1,...\n"
" 0 : only sample the jacobian\n" " 0 : only sample the jacobian\n"
" 1 : compute Bezier coefficients\n" " 1 : compute Bezier coefficients\n"
" 2+ : execute a maximum of 1+ subdivision(s)\n\n" " 2+ : execute a maximum of 1+ subdivision(s)\n\n"
......
...@@ -16,7 +16,7 @@ Effect (for *) : 0 do nothing ...@@ -16,7 +16,7 @@ Effect (for *) : 0 do nothing
+2 print some statistics +2 print some statistics
+4 hide valid elements (for GUI) +4 hide valid elements (for GUI)
MaxDepth = {0,1,...} MaxDepth = 0,1,...
0 : only sample the jacobian 0 : only sample the jacobian
1 : compute Bezier coefficients 1 : compute Bezier coefficients
2+ : execute a maximum of 1+ subdivision(s) 2+ : execute a maximum of 1+ subdivision(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment