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

*** empty log message ***

parent 861f6167
No related branches found
No related tags found
No related merge requests found
$Id: CREDITS,v 1.29 2005-09-21 18:52:19 geuzaine Exp $ $Id: CREDITS,v 1.30 2005-09-25 16:20:43 geuzaine Exp $
Gmsh is copyright (C) 1997-2005 Gmsh is copyright (C) 1997-2005
...@@ -55,21 +55,29 @@ copyright notice appear in all copies and that both that copyright ...@@ -55,21 +55,29 @@ copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation. notice and this permission notice appear in supporting documentation.
This software is provided "as is" without express or implied warranty. This software is provided "as is" without express or implied warranty.
The MathEval library (in the contrib/MathEval subdirectory) is based
on GNU libmatheval, copyright (C) 1999, 2002, 2003 Free Software
Foundation, Inc.
The colorbar widget (Fltk/Colorbar_Window.cpp) was inspired by code The colorbar widget (Fltk/Colorbar_Window.cpp) was inspired by code
from the Vis5d program for visualizing five dimensional gridded data from the Vis5d program for visualizing five dimensional gridded data
sets, copyright (C) 1990-1995, Bill Hibbard, Brian Paul, Dave Santek, sets, copyright (C) 1990-1995, Bill Hibbard, Brian Paul, Dave Santek,
and Andre Battaiola. and Andre Battaiola.
This version of Gmsh may contain code (in the contrib/ANN
subdirectory) copyright (C) 1997-2005 University of Maryland and Sunil
Arya and David Mount: check the configuration options.
This version of Gmsh may contain code (in the contrib/MathEval
subdirectory) based on GNU libmatheval, copyright (C) 1999, 2002, 2003
Free Software Foundation, Inc.
This version of Gmsh may contain code (in the contrib/Netgen
subdirectory) copyright (C) 1994-2004, Joachim Sch"oberl: check the
configuration options.
This version of Gmsh may contain code (in the contrib/Triangle This version of Gmsh may contain code (in the contrib/Triangle
subdirectory) copyright (C) 1993, 1995, 1997, 1998, 2002, Jonathan subdirectory) copyright (C) 1993, 1995, 1997, 1998, 2002, Jonathan
Richard Shewchuk: check the configuration options. Richard Shewchuk: check the configuration options.
This version of Gmsh may contain code (in the contrib/Netgen This version of Gmsh may contain code (in the contrib/Tetgen
subdirectory) copyright (C) 1994-2004, Joachim Sch"oberl: check the subdirectory) copyright (C) 2002, 2004 Hang Si: check the
configuration options. configuration options.
Special thanks to Bill Spitzak <spitzak at users.sourceforge.net>, Special thanks to Bill Spitzak <spitzak at users.sourceforge.net>,
......
...@@ -154,6 +154,16 @@ Version of the `msh' file format to use@* ...@@ -154,6 +154,16 @@ Version of the `msh' file format to use@*
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.NbElemsPerRadiusOfCurv
Number of elements per radius of curvature in the remesher@*
Default value: @code{5}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.MinimumElementSizeFact
Number of elements per radius of curvature in the remesher@*
Default value: @code{500}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.NbHexahedra @item Mesh.NbHexahedra
Number of hexahedra in the current mesh (read-only)@* Number of hexahedra in the current mesh (read-only)@*
Default value: @code{0}@* Default value: @code{0}@*
...@@ -229,6 +239,11 @@ Display mesh vertices as solid color dots (0) or 3D spheres (1)@* ...@@ -229,6 +239,11 @@ Display mesh vertices as solid color dots (0) or 3D spheres (1)@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.Quality
Target quality for tetrahedral elements (currently only used by Tetgen)@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.QualityInf @item Mesh.QualityInf
Only display elements whose quality measure is greater than QualityInf@* Only display elements whose quality measure is greater than QualityInf@*
Default value: @code{0}@* Default value: @code{0}@*
...@@ -279,6 +294,11 @@ Number of smoothing steps applied to the final mesh@* ...@@ -279,6 +294,11 @@ Number of smoothing steps applied to the final mesh@*
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.Partitioning
Number of partitions applied to the final mesh@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.SmoothNormals @item Mesh.SmoothNormals
Smooth the mesh normals?@* Smooth the mesh normals?@*
Default value: @code{0}@* Default value: @code{0}@*
...@@ -329,6 +349,11 @@ Display volume mesh element numbers?@* ...@@ -329,6 +349,11 @@ Display volume mesh element numbers?@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.LabelsFrequency
Labels display frequency?@*
Default value: @code{100}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Points @item Mesh.Color.Points
Mesh node color@* Mesh node color@*
Default value: @code{@{0,255,0@}}@* Default value: @code{@{0,255,0@}}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment