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
b868a968
Commit
b868a968
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
d8bf4feb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/TODO
+11
-1
11 additions, 1 deletion
doc/TODO
doc/texinfo/gmsh.texi
+2
-2
2 additions, 2 deletions
doc/texinfo/gmsh.texi
with
13 additions
and
3 deletions
doc/TODO
+
11
−
1
View file @
b868a968
$Id: TODO,v 1.13 2006-06-08 14:32:06 geuzaine Exp $
$Id: TODO,v 1.14 2006-06-24 08:06:25 geuzaine Exp $
extrude along a given function (e.g. radius to extrude a sphere)
********************************************************************
Mac: system("open 'http://google.com/'");
Linux: system("htmlview 'http://google.com' &");
Windows: ShellExecute(NULL, "open", "http://google.com/", NULL, NULL,SW_SHOWNORMAL);
********************************************************************
Custom range on "filled iso" 3D views produces ugly plots, where one
Custom range on "filled iso" 3D views produces ugly plots, where one
sees inside the cut elements. (In the meantime, one can use
sees inside the cut elements. (In the meantime, one can use
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
2
−
2
View file @
b868a968
\input
texinfo.tex @c -*-texinfo-*-
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
20
8
2006
-
0
5
-
17
18
:
40
:
37
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
20
9
2006
-
0
6
-
24
08
:
06
:
25
geuzaine Exp
$
@c
@c
@c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
@c Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
@c
@c
...
@@ -2092,7 +2092,7 @@ oriented when the mesh is not recombined.
...
@@ -2092,7 +2092,7 @@ oriented when the mesh is not recombined.
@item Transfinite Volume @
{
@var
{
expression
}
@
}
= @
{
@var
{
expression-list
}
@
}
;
@item Transfinite Volume @
{
@var
{
expression
}
@
}
= @
{
@var
{
expression-list
}
@
}
;
Selects the volume @var
{
expression
}
to be meshed with the 3D transfinite
Selects the volume @var
{
expression
}
to be meshed with the 3D transfinite
algorithm (the volume can only have
six or eight
faces). The
algorithm (the volume can only have
five or six
faces). The
@var
{
expression-list
}
should contain the identification numbers of the
@var
{
expression-list
}
should contain the identification numbers of the
points on the boundary of the volume. The ordering of these point numbers
points on the boundary of the volume. The ordering of these point numbers
defines the ordering and orientation of the mesh elements, and should thus
defines the ordering and orientation of the mesh elements, and should thus
...
...
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