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

*** empty log message ***

parent 7bfd9a6f
No related branches found
No related tags found
No related merge requests found
......@@ -218,8 +218,10 @@ mathematical functions (Exp, Log, Sqrt, Sin,
Cos, Fabs, etc.) and operators (+, -, *, /, ^),
the expressions can contain the symbols v0,
v1, v2, ..., vn, which represent the n
components of the field. If `iView' < 0, the
plugin is run on the current view.
components of the field, and the symbols x, y
and z, which represent the three spatial
coordinates. If `iView' < 0, the plugin is
run on the current view.
Plugin(Extract) creates one new view.
......@@ -350,7 +352,6 @@ Default value: @code{-1}
Default value: @code{-1}
@end table
@item Plugin(Transform)
Plugin(Transform) transforms the coordinates of
the nodes of the view `iView' by the matrix
......
......@@ -34,6 +34,11 @@ Current number of views merged@*
Default value: @code{0}@*
Saved in: @code{-}
@item PostProcessing.Plugins
Enable default post-processing plugins?@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item PostProcessing.Scales
Show value scales@*
Default value: @code{1}@*
......
......@@ -608,6 +608,11 @@ Maximum delay allowed for solver response (in seconds)@*
Default value: @code{4}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Plugins
Enable default solver plugins?@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Solver.ClientServer0
Connect solver 0 to the Gmsh server@*
Default value: @code{1}@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment