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
83b0bed0
Commit
83b0bed0
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
12465c7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+14
-16
14 additions, 16 deletions
doc/texinfo/gmsh.texi
with
14 additions
and
16 deletions
doc/texinfo/gmsh.texi
+
14
−
16
View file @
83b0bed0
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
22
1
2006
-
1
1
-
29
03
:
11
:
21
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
22
2
2006
-
1
2
-
02
21
:
24
:
29
geuzaine Exp
$
@c
@c Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
@c
...
...
@@ -2069,23 +2069,21 @@ line.
(A deprecated synonym for @code
{
Progression
}
is @code
{
Power
}
.)
@item Transfinite Surface @
{
@var
{
expression
}
@
}
= @
{
@var
{
expression-list
}
@
}
< Left | Right | Alternate > ;
Selects the surface @var
{
expression
}
to be meshed with the 2D transfinite
algorithm (the surface can only have three or four sides). The
@var
{
expression-list
}
should contain the identification numbers of the
points on the boundary of the surface. The ordering of these point numbers
defines the ordering and orientation of the mesh elements, and should thus
follow the node ordering for triangles or quadrangles given in @ref
{
Gmsh
node ordering
}
. The optional argument specifies the way the triangles are
oriented when the mesh is not recombined.
Selects the surface @var
{
expression
}
to be meshed with the 2D
transfinite algorithm. The @var
{
expression-list
}
should contain the
identification numbers of three or four points on the boundary of the
surface, defining the corners of the transfinite interpolation. The
optional argument specifies the way the triangles are oriented when the
mesh is not recombined.
@item Transfinite Volume @
{
@var
{
expression
}
@
}
= @
{
@var
{
expression-list
}
@
}
;
Selects
th
e volume @var
{
expression
}
to be meshed with
the 3D transfinite
algorithm (the volume can only have five or six faces). The
@var
{
expression-list
}
should contain the identification numbers of the
points on the boundary of the volume. T
he or
d
er
ing
of the
se point numbers
defines the ordering and orientation of
the mesh elements, and should thus
follow the node ordering for prisms
or hexahedra given in @ref
{
Gmsh node
ordering
}
.
Selects
a five- or six-fac
e volume @var
{
expression
}
to be meshed with
the 3D transfinite algorithm. The @var
{
expression-list
}
should contain
the identification numbers of the six or eight points on the boundary of
the volume that define t
he
c
or
n
er
s
of the
transfinite interpolation. The
ordering of these point numbers
defines the ordering and orientation of
the mesh elements, and should thus
follow the node ordering for prisms
or hexahedra given in @ref
{
Gmsh node
ordering
}
.
@end ftable
...
...
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