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
a5f9bb1e
Commit
a5f9bb1e
authored
11 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
clarify docs: identification numbers should be strictly positive
parent
1d5489f4
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
+5
-3
5 additions, 3 deletions
doc/texinfo/gmsh.texi
with
5 additions
and
3 deletions
doc/texinfo/gmsh.texi
+
5
−
3
View file @
a5f9bb1e
...
@@ -1791,8 +1791,9 @@ Surface} or @code{Ruled Surface} commands, or by extruding lines), and
...
@@ -1791,8 +1791,9 @@ Surface} or @code{Ruled Surface} commands, or by extruding lines), and
finally volumes (using the @code
{
Volume
}
command or by extruding
finally volumes (using the @code
{
Volume
}
command or by extruding
surfaces).
surfaces).
These geometrical entities are called ``elementary'' in Gmsh's jargon, and
These geometrical entities are called ``elementary'' in Gmsh's jargon,
are assigned identification numbers when they are created:
and are assigned identification numbers (stricly positive) when they are
created:
@enumerate
@enumerate
@item each elementary point must possess a unique identification number;
@item each elementary point must possess a unique identification number;
...
@@ -1805,7 +1806,8 @@ are assigned identification numbers when they are created:
...
@@ -1805,7 +1806,8 @@ are assigned identification numbers when they are created:
ways, for example using the @code
{
Translate
}
, @code
{
Rotate
}
,
ways, for example using the @code
{
Translate
}
, @code
{
Rotate
}
,
@code
{
Scale
}
or @code
{
Symmetry
}
commands. They can be deleted with the
@code
{
Scale
}
or @code
{
Symmetry
}
commands. They can be deleted with the
@code
{
Delete
}
command, provided that no higher-dimension entity
@code
{
Delete
}
command, provided that no higher-dimension entity
references them.
references them. Zero or negative identification numbers are reserved by
the system for special uses: do not use them in your scripts.
Groups of elementary geometrical entities can also be defined and
Groups of elementary geometrical entities can also be defined and
are called ``physical'' entities. These physical entities cannot be modified
are called ``physical'' entities. These physical entities cannot be modified
...
...
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