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

clarify '-0'

parent 56a45b80
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ std::vector<std::pair<std::string, std::string> > GetUsage() ...@@ -53,7 +53,7 @@ std::vector<std::pair<std::string, std::string> > GetUsage()
typedef std::pair<std::string, std::string> mp; typedef std::pair<std::string, std::string> mp;
std::vector<mp> s; std::vector<mp> s;
s.push_back(mp("Geometry options:", "")); s.push_back(mp("Geometry options:", ""));
s.push_back(mp("-0", "Output unrolled geometry, then exit")); s.push_back(mp("-0", "Output model, then exit"));
s.push_back(mp("-tol float", "Set geometrical tolerance")); s.push_back(mp("-tol float", "Set geometrical tolerance"));
s.push_back(mp("-match", "Match geometries and meshes")); s.push_back(mp("-match", "Match geometries and meshes"));
s.push_back(mp("Mesh options:", "")); s.push_back(mp("Mesh options:", ""));
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Geometry options: Geometry options:
@ftable @code @ftable @code
@item -0 @item -0
Output unrolled geometry, then exit Output model, then exit
@item -tol float @item -tol float
Set geometrical tolerance Set geometrical tolerance
@item -match @item -match
......
...@@ -244,6 +244,11 @@ Maximum threshold for high order element optimization@* ...@@ -244,6 +244,11 @@ Maximum threshold for high order element optimization@*
Default value: @code{2}@* Default value: @code{2}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.HighOrderOptPrimSurfMesh
Try to fix flipped surface mesh elements in high-order optimizer@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.LabelSampling @item Mesh.LabelSampling
Label sampling rate (display one label every `LabelSampling' elements)@* Label sampling rate (display one label every `LabelSampling' elements)@*
Default value: @code{1}@* Default value: @code{1}@*
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
@ftable @code @ftable @code
@item Print.ParameterCommand @item Print.ParameterCommand
Command parsed when the print parameter is changed@* Command parsed when the print parameter is changed@*
Default value: @code{"View.Clip=1; General.Clip0D=Print.Parameter;"}@* Default value: @code{"Mesh.Clip=1; View.Clip=1; General.ClipWholeElements=1; General.Clip0D=Print.Parameter; SetChanged;"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Print.Parameter @item Print.Parameter
...@@ -26,7 +26,7 @@ Saved in: @code{General.OptionsFileName} ...@@ -26,7 +26,7 @@ Saved in: @code{General.OptionsFileName}
@item Print.ParameterSteps @item Print.ParameterSteps
Number of steps in loop over print parameter@* Number of steps in loop over print parameter@*
Default value: @code{24}@* Default value: @code{10}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Print.Background @item Print.Background
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment