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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nico Schlömer
gmsh
Commits
cf7cb31e
Commit
cf7cb31e
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc bbox
parent
07dfc7c0
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
+7
-5
7 additions, 5 deletions
doc/texinfo/gmsh.texi
with
7 additions
and
5 deletions
doc/texinfo/gmsh.texi
+
7
−
5
View file @
cf7cb31e
...
@@ -949,6 +949,7 @@ List of expressions are also widely used, and are defined as:
...
@@ -949,6 +949,7 @@ List of expressions are also widely used, and are defined as:
Point @
{
@var
{
expression
}
@
}
|
Point @
{
@var
{
expression
}
@
}
|
<Physical> Point|Line|Surface|Volume "*" |
<Physical> Point|Line|Surface|Volume "*" |
Point|Line|Surface|Volume In BoundingBox @
{
@var
{
expression-list
}
@
}
|
Point|Line|Surface|Volume In BoundingBox @
{
@var
{
expression-list
}
@
}
|
BoundingBox Point|Line|Surface|Volume @
{
@var
{
expression
}
@
}
|
Physical Point|Line|Surface|Volume @
{
@var
{
expression-list
}
@
}
Physical Point|Line|Surface|Volume @
{
@var
{
expression-list
}
@
}
@c @var
{
duplicata
}
- already implemented: should we explain this?
@c @var
{
duplicata
}
- already implemented: should we explain this?
@end example
@end example
...
@@ -969,11 +970,12 @@ permit to reference an expression sublist (whose elements are those
...
@@ -969,11 +970,12 @@ permit to reference an expression sublist (whose elements are those
corresponding to the indices provided by the @var
{
expression-list
}
).
corresponding to the indices provided by the @var
{
expression-list
}
).
The next two cases permit to retrieve the indices of entities created
The next two cases permit to retrieve the indices of entities created
through geometrical transformations and extrusions (see
through geometrical transformations and extrusions (see
@ref
{
Transformations
}
, and @ref
{
Extrusions
}
). The last three cases
@ref
{
Transformations
}
, and @ref
{
Extrusions
}
). The next two cases allow
permit to retrieve the coordinates of a given geometry point
to retrieve antities in a given bounding box, or get the bounding box of
(@pxref
{
Points
}
), to retrieve the id numbers of all points, lines,
a given entity. The last three cases permit to retrieve the coordinates
surfaces or volumes in the model, or to retrieve the elementary entities
of a given geometry point (@pxref
{
Points
}
), to retrieve the id numbers
making up physical groups.
of all points, lines, surfaces or volumes in the model, or to retrieve
the elementary entities making up physical groups.
To see the practical use of such expressions, have a look at the first
To see the practical use of such expressions, have a look at the first
couple of examples in @ref
{
Tutorial
}
. Note that, in order to lighten the
couple of examples in @ref
{
Tutorial
}
. Note that, in order to lighten the
...
...
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