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
ab5d5557
Commit
ab5d5557
authored
23 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
999dafa2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/BUGS
+4
-7
4 additions, 7 deletions
doc/BUGS
doc/gmsh.1
+12
-7
12 additions, 7 deletions
doc/gmsh.1
with
16 additions
and
14 deletions
doc/BUGS
+
4
−
7
View file @
ab5d5557
$Id: BUGS,v 1.
4
2001-0
8-17 12:02:39
geuzaine Exp $
$Id: BUGS,v 1.
5
2001-0
9-06 05:25:28
geuzaine Exp $
* 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
nodes, then gmsh will fail. We should mesh in the parametric plane in
these cases...
* Si la coherence des surfaces n'est pas recouvree en une etape, et
qu'on fait une seconde passe qui marche, les volumes ne sont pas
retrouves-< pas de maillage final.
* Il faudrait completer l'integration de Triangle (bgmesh on file,
2eme maillage intermediare ?), puis virer l'ancien mailleur 2D.
* Comme le code se stabilise, je pense qu'il serait grand temps de
penser a desallouer les structures. On pourrait alors cloturer une
version 1 "stable".
* Refaire tourner purify...
This diff is collapsed.
Click to expand it.
doc/gmsh.1
+
12
−
7
View file @
ab5d5557
...
...
@@ -111,20 +111,23 @@ the geometry.
perform the three-dimensional mesh, i.e. discretize all the volumes in
the geometry.
.TP 4
.B \-saveall
save all elements (and discards all physical group definitions).
.TP 4
.B \-o file
specify mesh output file name.
.TP 4
.B \-format msh|unv|gref
set output mesh format (default: msh).
.TP 4
.B \-algo iso|aniso
.B \-algo iso|aniso
|tri
select the two-dimensional mesh algorithm (default: iso).
.TP 4
.B \-smooth int
set the number of smoothing passes (default value is 3).
.TP 4
.B \-degree int
set the degree of the generated elements (default value is 1).
.\"
.TP 4
.\"
.B \-degree int
.\"
set the degree of the generated elements (default value is 1).
.TP 4
.B \-scale float
apply a global scaling factor to the generated mesh (default value is
...
...
@@ -167,9 +170,11 @@ enable OpenGL display lists.
.B \-noview
hide all views at startup.
.TP 4
.B \-link
link all views (all interactive option modifications will apply to all
views) at startup.
.B \-link int
choose link mode between post-processing views (default: 0).
.TP 4
.B \-smoothview
smooth views at startup.
.TP 4
.B \-convert file file
convert an ascii view into a binary one.
...
...
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