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
235105b2
Commit
235105b2
authored
10 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
2e51a20e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+4
-4
4 additions, 4 deletions
doc/texinfo/gmsh.texi
with
4 additions
and
4 deletions
doc/texinfo/gmsh.texi
+
4
−
4
View file @
235105b2
...
...
@@ -1907,7 +1907,7 @@ mesh element size at that point. See @ref{Specifying mesh element
sizes
}
, for more information about how this value is used in the meshing
process.
@item Physical Point ( @var
{
expression
}
| @var
{
char-expression
}
) = @
{
@var
{
expression-list
}
@
}
;
@item Physical Point ( @var
{
expression
}
| @var
{
char-expression
}
)
<+>
= @
{
@var
{
expression-list
}
@
}
;
Creates a physical point. The @var
{
expression
}
inside the parentheses is
the physical point's identification number (if a @var
{
char-expression
}
is given instead, a unique identification number is automatically
...
...
@@ -2009,7 +2009,7 @@ number of the elementary lines that should be reparametrized as a single
line. See @code
{
Compound Surface
}
for additional information on compound
entities.
@item Physical Line ( @var
{
expression
}
| @var
{
char-expression
}
) = @
{
@var
{
expression-list
}
@
}
;
@item Physical Line ( @var
{
expression
}
| @var
{
char-expression
}
)
<+>
= @
{
@var
{
expression-list
}
@
}
;
Creates a physical line. The @var
{
expression
}
inside the parentheses is
the physical line's identification number (if a @var
{
char-expression
}
is
given instead, a unique identification number is automatically
...
...
@@ -2081,7 +2081,7 @@ surface's identification number; the mandatory @var{expression-list} on
the right hand side contains the identification number of the elementary
surfaces that should be reparametrized as a single surface.
@item Physical Surface ( @var
{
expression
}
| @var
{
char-expression
}
) = @
{
@var
{
expression-list
}
@
}
;
@item Physical Surface ( @var
{
expression
}
| @var
{
char-expression
}
)
<+>
= @
{
@var
{
expression-list
}
@
}
;
Creates a physical surface. The @var
{
expression
}
inside the parentheses
is the physical surface's identification number (if a
@var
{
char-expression
}
is given instead, a unique identification number
...
...
@@ -2130,7 +2130,7 @@ number of the elementary volumes that should be reparametrized as a
single volume. See @code
{
Compound Surface
}
for additional information on
compound entities.
@item Physical Volume ( @var
{
expression
}
| @var
{
char-expression
}
) = @
{
@var
{
expression-list
}
@
}
;
@item Physical Volume ( @var
{
expression
}
| @var
{
char-expression
}
)
<+>
= @
{
@var
{
expression-list
}
@
}
;
Creates a physical volume. The @var
{
expression
}
inside the parentheses
is the physical volume's identification number (if a
@var
{
char-expression
}
is given instead, a unique identification number
...
...
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