From f01f0d7dc4a2070b4bc008b82abf8e9d19d419e3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 1 Jun 2004 03:37:09 +0000 Subject: [PATCH] *** empty log message *** --- doc/texinfo/opt_plugin.texi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index 76f15a8896..3fe5c9ba3a 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -266,7 +266,9 @@ Default value: @code{-1} @item Plugin(StreamLines) Plugin(StreamLines) computes stream lines -from a vector view `iView'. It takes as input a +from a vector view `iView' and optionally +interpolates the scalar view `dView' on the +resulting stream lines. It takes as input a grid defined by the 3 points (`X0',`Y0',`Z0') (origin), (`X1',`Y1',`Z1') (axis of U) and (`X2',`Y2',`Z2') (axis of V). The number of points @@ -280,7 +282,9 @@ the options `MaxIter' and `DT'. The time stepping scheme is a RK44. If `iView' < 0, the plugin is run on the current view. -Plugin(StreamLines) creates one new view. +Plugin(StreamLines) creates one new view. This +view contains multi-step vector points if `dView' +< 0, or single-step scalar lines if `dView' >= 0. Numeric options: @table @code @@ -310,6 +314,8 @@ Default value: @code{1} Default value: @code{100} @item DT Default value: @code{0.1} +@item dView +Default value: @code{-1} @item iView Default value: @code{-1} @end table -- GitLab