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
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
@c =========================================================================
@c %**start of header
@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
@settitle Gmsh @value{GMSH-VERSION}
@footnotestyle separate
......@@ -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
@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
@item
......
......@@ -185,7 +185,7 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@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}@*
Saved in: @code{General.OptionsFileName}
......@@ -194,9 +194,9 @@ Display mesh hexahedra?@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.LabelsFrequency
Labels display frequency?@*
Default value: @code{100}@*
@item Mesh.LabelSampling
Label sampling rate (display one label every `LabelSampling' elements)@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.LabelType
......@@ -279,6 +279,36 @@ Split MSH file by mesh partition@*
Default value: @code{0}@*
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
Special partitioner that annotates all all extruded elements to the same node as the source element@*
Default value: @code{0}@*
......@@ -414,6 +444,26 @@ Random factor used in the 2D meshing algorithm (should be increased if RandomFac
Default value: @code{1e-09}@*
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
Number of refinement steps in the MeshAdapt-based 2D algorithms@*
Default value: @code{10}@*
......
......@@ -574,6 +574,11 @@ Value scale range type (1=default, 2=custom, 3=per time step)@*
Default value: @code{1}@*
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
Saturate the view values to custom min and max (1=true, 0=false)@*
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