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
Larry Price
gmsh
Commits
238ee1b5
Commit
238ee1b5
authored
14 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
f316c872
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
+23
-13
23 additions, 13 deletions
doc/texinfo/gmsh.texi
with
23 additions
and
13 deletions
doc/texinfo/gmsh.texi
+
23
−
13
View file @
238ee1b5
...
...
@@ -1325,21 +1325,25 @@ List of expressions are also widely used, and are defined as:
Point @
{
@var
{
expression
}
@
}
|
@var
{
transform
}
|
@var
{
extrude
}
Point @
{
@var
{
expression
}
@
}
|
Point|Line|Surface|Volume "*" |
@c @var
{
duplicata
}
- already implemented: should we explain this?
@end example
The second case in this last definition permits to create a list containing
the range of numbers comprised between two @w
{
@var
{
expression
}
s
}
, with a
unit incrementation step. The third case also permits to create a list
containing the range of numbers comprised between two @w
{
@var
{
expression
}
s
}
,
but with a positive or negative incrementation step equal to the third
@var
{
expression
}
. The fourth case permits to reference an expression list.
The fifth case permits to reference an expression sublist (whose elements
are those corresponding to the indices provided by the
@var
{
expression-list
}
). The sixth case permits to retrieve the coordinates
of a given geometry point (@pxref
{
Points
}
). The last two cases permit to
retrieve the indices of entities created through geometrical transformations
and extrusions (see @ref
{
Transformations
}
, and @ref
{
Extrusions
}
).
The second case in this last definition permits to create a list
containing the range of numbers comprised between two
@w
{
@var
{
expression
}
s
}
, with a unit incrementation step. The third case
also permits to create a list containing the range of numbers comprised
between two @w
{
@var
{
expression
}
s
}
, but with a positive or negative
incrementation step equal to the third @var
{
expression
}
. The fourth case
permits to reference an expression list. The fifth case permits to
reference an expression sublist (whose elements are those corresponding
to the indices provided by the @var
{
expression-list
}
). The next two
cases permit to retrieve the indices of entities created through
geometrical transformations and extrusions (see @ref
{
Transformations
}
,
and @ref
{
Extrusions
}
). The last two cases permit to retrieve the
coordinates of a given geometry point (@pxref
{
Points
}
), or to retrieve
the id numbers of all points, lines, surfaces or volumes in the model.
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
...
...
@@ -1934,7 +1938,13 @@ Deletes the current options and revert to the default values.
Deletes the expression @var
{
string
}
.
@item Mesh @var
{
expression
}
;
Generate @var
{
expression
}
-D mesh.
Generates @var
{
expression
}
-D mesh.
@item RefineMesh;
Refines the current mesh by splitting all elements. If
@code
{
Mesh.SecondOrderLinear
}
is set, the new vertices are inserted by
linear interpolatinon. Otherwise they are snapped on the actual
geometry.
@item Print @var
{
char-expression
}
;
Prints the graphic window in a file named @var
{
char-expression
}
, using
...
...
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