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

update

parent 999dafa2
No related branches found
No related tags found
No related merge requests found
$Id: BUGS,v 1.4 2001-08-17 12:02:39 geuzaine Exp $ $Id: BUGS,v 1.5 2001-09-06 05:25:28 geuzaine Exp $
* All surface meshes are made in a mean plane. If your surface cannot * All surface meshes are made in a mean plane. If your surface cannot
be projected into a plane with a 1-to-1 correspondance between the be projected into a plane with a 1-to-1 correspondance between the
nodes, then gmsh will fail. We should mesh in the parametric plane in nodes, then gmsh will fail. We should mesh in the parametric plane in
these cases... these cases...
* Si la coherence des surfaces n'est pas recouvree en une etape, et * Il faudrait completer l'integration de Triangle (bgmesh on file,
qu'on fait une seconde passe qui marche, les volumes ne sont pas 2eme maillage intermediare ?), puis virer l'ancien mailleur 2D.
retrouves-< pas de maillage final.
* Comme le code se stabilise, je pense qu'il serait grand temps de * Refaire tourner purify...
penser a desallouer les structures. On pourrait alors cloturer une
version 1 "stable".
...@@ -111,20 +111,23 @@ the geometry. ...@@ -111,20 +111,23 @@ the geometry.
perform the three-dimensional mesh, i.e. discretize all the volumes in perform the three-dimensional mesh, i.e. discretize all the volumes in
the geometry. the geometry.
.TP 4 .TP 4
.B \-saveall
save all elements (and discards all physical group definitions).
.TP 4
.B \-o file .B \-o file
specify mesh output file name. specify mesh output file name.
.TP 4 .TP 4
.B \-format msh|unv|gref .B \-format msh|unv|gref
set output mesh format (default: msh). set output mesh format (default: msh).
.TP 4 .TP 4
.B \-algo iso|aniso .B \-algo iso|aniso|tri
select the two-dimensional mesh algorithm (default: iso). select the two-dimensional mesh algorithm (default: iso).
.TP 4 .TP 4
.B \-smooth int .B \-smooth int
set the number of smoothing passes (default value is 3). set the number of smoothing passes (default value is 3).
.TP 4 .\" .TP 4
.B \-degree int .\" .B \-degree int
set the degree of the generated elements (default value is 1). .\" set the degree of the generated elements (default value is 1).
.TP 4 .TP 4
.B \-scale float .B \-scale float
apply a global scaling factor to the generated mesh (default value is apply a global scaling factor to the generated mesh (default value is
...@@ -167,9 +170,11 @@ enable OpenGL display lists. ...@@ -167,9 +170,11 @@ enable OpenGL display lists.
.B \-noview .B \-noview
hide all views at startup. hide all views at startup.
.TP 4 .TP 4
.B \-link .B \-link int
link all views (all interactive option modifications will apply to all choose link mode between post-processing views (default: 0).
views) at startup. .TP 4
.B \-smoothview
smooth views at startup.
.TP 4 .TP 4
.B \-convert file file .B \-convert file file
convert an ascii view into a binary one. convert an ascii view into a binary one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment