From f0405620d5dcb0ca0d51e7c5345c343bc4790617 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 29 Oct 2004 06:39:05 +0000 Subject: [PATCH] *** empty log message *** --- doc/texinfo/opt_plugin.texi | 7 ++++--- doc/texinfo/opt_post.texi | 5 +++++ doc/texinfo/opt_solver.texi | 5 +++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index 3c3f73d7fd..ea5d2caa94 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -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 diff --git a/doc/texinfo/opt_post.texi b/doc/texinfo/opt_post.texi index 2ef592daa3..093baf2782 100644 --- a/doc/texinfo/opt_post.texi +++ b/doc/texinfo/opt_post.texi @@ -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}@* diff --git a/doc/texinfo/opt_solver.texi b/doc/texinfo/opt_solver.texi index 92b06daeff..1658381362 100644 --- a/doc/texinfo/opt_solver.texi +++ b/doc/texinfo/opt_solver.texi @@ -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}@* -- GitLab