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
ffa29b11
Commit
ffa29b11
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
3660c021
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/texinfo/opt_mesh.texi
+6
-16
6 additions, 16 deletions
doc/texinfo/opt_mesh.texi
doc/texinfo/opt_solver.texi
+7
-2
7 additions, 2 deletions
doc/texinfo/opt_solver.texi
doc/texinfo/shortcuts.texi
+2
-0
2 additions, 0 deletions
doc/texinfo/shortcuts.texi
with
15 additions
and
18 deletions
doc/texinfo/opt_mesh.texi
+
6
−
16
View file @
ffa29b11
...
@@ -39,11 +39,6 @@ Write mesh files in binary format (if possible)@*
...
@@ -39,11 +39,6 @@ Write mesh files in binary format (if possible)@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.Bunin
Apply Bunin optimization on quad meshes (the parameter is the maximal size of a cavity that may be remeshed)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Lloyd
@item Mesh.Lloyd
Apply lloyd optimization on surface meshes@*
Apply lloyd optimization on surface meshes@*
Default value: @code{0}@*
Default value: @code{0}@*
...
@@ -519,6 +514,11 @@ Ignore partitions boundaries (0=no, 1=yes)@*
...
@@ -519,6 +514,11 @@ Ignore partitions boundaries (0=no, 1=yes)@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.PreserveNumberingMsh2
Preserve element numbering in MSH2 format (will break meshes with multiple physical groups for a single elementary entity)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.RecombinationAlgorithm
@item Mesh.RecombinationAlgorithm
Mesh recombination algorithm (0=standard, 1=blossom)@*
Mesh recombination algorithm (0=standard, 1=blossom)@*
Default value: @code{1}@*
Default value: @code{1}@*
...
@@ -540,7 +540,7 @@ Default value: @code{0}@*
...
@@ -540,7 +540,7 @@ Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.Recombine3DConformity
@item Mesh.Recombine3DConformity
3d recombination conformity type (0: nonconforming, 1:
conformity using trihedra, 2: conformity using pyramids
)@*
3d recombination conformity type (0: nonconforming, 1:
trihedra, 2: pyramids+trihedra, 3:pyramids+hexSplit+trihedra, 4:hexSplit+trihedra
)@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
...
@@ -559,11 +559,6 @@ No greedy (global) strategies@*
...
@@ -559,11 +559,6 @@ No greedy (global) strategies@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.RecombinationTestNewStrat
New strategies@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.RemeshAlgorithm
@item Mesh.RemeshAlgorithm
Remeshing algorithm (0=no split, 1=automatic, 2=automatic only with metis)@*
Remeshing algorithm (0=no split, 1=automatic, 2=automatic only with metis)@*
Default value: @code{0}@*
Default value: @code{0}@*
...
@@ -579,11 +574,6 @@ Number of refinement steps in the MeshAdapt-based 2D algorithms@*
...
@@ -579,11 +574,6 @@ Number of refinement steps in the MeshAdapt-based 2D algorithms@*
Default value: @code{10}@*
Default value: @code{10}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.Remove4Triangles
Try to remove nodes surrounded by 4 triangles in 2D triangular meshes@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.ReverseAllNormals
@item Mesh.ReverseAllNormals
Reverse all the mesh normals (for display)@*
Reverse all the mesh normals (for display)@*
Default value: @code{0}@*
Default value: @code{0}@*
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_solver.texi
+
7
−
2
View file @
ffa29b11
...
@@ -234,11 +234,16 @@ Automatically check model every time a parameter is changed@*
...
@@ -234,11 +234,16 @@ Automatically check model every time a parameter is changed@*
Default value: @code{1}@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.Auto
Save
Database
@item Solver.Auto
Load
Database
Automatically
save database after each computation
@*
Automatically
load the ONELAB database when launching a solver
@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Solver.AutoSaveDatabase
Automatically save the ONELAB database after each computation@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Solver.AutoMesh
@item Solver.AutoMesh
Automatically mesh if necesssary (0: never remesh; 1: on startup, use existing mesh on disk if available; 2: always remesh)@*
Automatically mesh if necesssary (0: never remesh; 1: on startup, use existing mesh on disk if available; 2: always remesh)@*
Default value: @code{1}@*
Default value: @code{1}@*
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/shortcuts.texi
+
2
−
0
View file @
ffa29b11
...
@@ -134,6 +134,8 @@ Set Z view
...
@@ -134,6 +134,8 @@ Set Z view
Hide/show small axes
Hide/show small axes
@item Alt+Shift+b
@item Alt+Shift+b
Hide/show mesh volume faces
Hide/show mesh volume faces
@item Alt+Shift+c
Loop through predefined colormaps
@item Alt+Shift+d
@item Alt+Shift+d
Hide/show mesh surface faces
Hide/show mesh surface faces
@item Alt+Shift+l
@item Alt+Shift+l
...
...
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