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

No commit message

No commit message
parent fca01752
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@c ========================================================================= @c =========================================================================
@c %**start of header @c %**start of header
@setfilename gmsh.info @setfilename gmsh.info
@set GMSH-VERSION 2.4 @set GMSH-VERSION 2.5
@set COPYRIGHT @copyright{} 1997-2009 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @set COPYRIGHT @copyright{} 1997-2009 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
@settitle Gmsh @value{GMSH-VERSION} @settitle Gmsh @value{GMSH-VERSION}
@footnotestyle separate @footnotestyle separate
...@@ -536,7 +536,7 @@ small but powerful GUI. ...@@ -536,7 +536,7 @@ small but powerful GUI.
@node and what Gmsh is not so good at, Bug reports, What Gmsh is pretty good at, Overview @node and what Gmsh is not so good at, Bug reports, What Gmsh is pretty good at, Overview
@section @dots{} and what Gmsh is not so good at @section @dots{} and what Gmsh is not so good at
As of version 2.4, here are some known weaknesses of Gmsh: As of version 2.5, here are some known weaknesses of Gmsh:
@itemize @bullet @itemize @bullet
@item @item
......
...@@ -185,7 +185,7 @@ Default value: @code{1}@* ...@@ -185,7 +185,7 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.Format @item Mesh.Format
Mesh output format (1=msh, 2=unv, 10=automatic, 19=vrml, 27=stl, 30=mesh, 31=bdf, 32=cgns, 33=med)@* Mesh output format (1=msh, 2=unv, 10=automatic, 19=vrml, 27=stl, 30=mesh, 31=bdf, 32=cgns, 33=med, 40=ply2)@*
Default value: @code{10}@* Default value: @code{10}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
...@@ -194,9 +194,9 @@ Display mesh hexahedra?@* ...@@ -194,9 +194,9 @@ Display mesh hexahedra?@*
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.LabelsFrequency @item Mesh.LabelSampling
Labels display frequency?@* Label sampling rate (display one label every `LabelSampling' elements)@*
Default value: @code{100}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.LabelType @item Mesh.LabelType
...@@ -279,6 +279,36 @@ Split MSH file by mesh partition@* ...@@ -279,6 +279,36 @@ Split MSH file by mesh partition@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionHexWeight
Weight of hexahedral element for METIS load balancing@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionPrismWeight
Weight of prismatic element (wedge) for METIS load balancing@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionPyramidWeight
Weight of pyramidal element for METIS load balancing@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionQuadWeight
Weight of quadrangle for METIS load balancing@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionTetWeight
Weight of tetrahedral element for METIS load balancing@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionTriWeight
Weight of triangle for METIS load balancing@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PartitionByExtrusion @item Mesh.PartitionByExtrusion
Special partitioner that annotates all all extruded elements to the same node as the source element@* Special partitioner that annotates all all extruded elements to the same node as the source element@*
Default value: @code{0}@* Default value: @code{0}@*
...@@ -414,6 +444,26 @@ Random factor used in the 2D meshing algorithm (should be increased if RandomFac ...@@ -414,6 +444,26 @@ Random factor used in the 2D meshing algorithm (should be increased if RandomFac
Default value: @code{1e-09}@* Default value: @code{1e-09}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.RecombinationAlgorithm
Mesh recombination algorithm (0=standard, 1=blossom)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.RecombineAll
Apply recombination algorithm to all surfaces, ignoring per-surface spec@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.RemeshAlgorithm
Remeshing algorithm (0=no split, 1=automatic, 2=automatic only with metis)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.RemeshParametrization
Remsh Parametrization (0=harmonic, 1=conformal)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.RefineSteps @item Mesh.RefineSteps
Number of refinement steps in the MeshAdapt-based 2D algorithms@* Number of refinement steps in the MeshAdapt-based 2D algorithms@*
Default value: @code{10}@* Default value: @code{10}@*
......
...@@ -574,6 +574,11 @@ Value scale range type (1=default, 2=custom, 3=per time step)@* ...@@ -574,6 +574,11 @@ Value scale range type (1=default, 2=custom, 3=per time step)@*
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item View.Sampling
Element sampling rate (draw one out every `Sampling' elements)@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item View.SaturateValues @item View.SaturateValues
Saturate the view values to custom min and max (1=true, 0=false)@* Saturate the view values to custom min and max (1=true, 0=false)@*
Default value: @code{0}@* Default value: @code{0}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment