Skip to content
Snippets Groups Projects
Commit 238ee1b5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent f316c872
No related branches found
No related tags found
No related merge requests found
...@@ -1325,21 +1325,25 @@ List of expressions are also widely used, and are defined as: ...@@ -1325,21 +1325,25 @@ List of expressions are also widely used, and are defined as:
Point @{ @var{expression} @} | Point @{ @var{expression} @} |
@var{transform} | @var{transform} |
@var{extrude} @var{extrude}
Point @{ @var{expression} @} |
Point|Line|Surface|Volume "*" |
@c @var{duplicata} - already implemented: should we explain this? @c @var{duplicata} - already implemented: should we explain this?
@end example @end example
The second case in this last definition permits to create a list containing The second case in this last definition permits to create a list
the range of numbers comprised between two @w{@var{expression}s}, with a containing the range of numbers comprised between two
unit incrementation step. The third case also permits to create a list @w{@var{expression}s}, with a unit incrementation step. The third case
containing the range of numbers comprised between two @w{@var{expression}s}, also permits to create a list containing the range of numbers comprised
but with a positive or negative incrementation step equal to the third between two @w{@var{expression}s}, but with a positive or negative
@var{expression}. The fourth case permits to reference an expression list. incrementation step equal to the third @var{expression}. The fourth case
The fifth case permits to reference an expression sublist (whose elements permits to reference an expression list. The fifth case permits to
are those corresponding to the indices provided by the reference an expression sublist (whose elements are those corresponding
@var{expression-list}). The sixth case permits to retrieve the coordinates to the indices provided by the @var{expression-list}). The next two
of a given geometry point (@pxref{Points}). The last two cases permit to cases permit to retrieve the indices of entities created through
retrieve the indices of entities created through geometrical transformations geometrical transformations and extrusions (see @ref{Transformations},
and extrusions (see @ref{Transformations}, and @ref{Extrusions}). 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 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
...@@ -1934,7 +1938,13 @@ Deletes the current options and revert to the default values. ...@@ -1934,7 +1938,13 @@ Deletes the current options and revert to the default values.
Deletes the expression @var{string}. Deletes the expression @var{string}.
@item Mesh @var{expression}; @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}; @item Print @var{char-expression};
Prints the graphic window in a file named @var{char-expression}, using Prints the graphic window in a file named @var{char-expression}, using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment