From 930aa622d1c46316a91b107fc1fa848818aa0075 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 24 Nov 2004 18:52:43 +0000 Subject: [PATCH] *** empty log message *** --- doc/texinfo/opt_plugin.texi | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index 9e5c1ec3dd..e48cc02d22 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -276,10 +276,13 @@ Default value: @code{-1} @item Plugin(Integrate) Plugin(Integrate) integrates scalar fields over -all the elements in the view `iView', as well as -the circulation/flux of vector fields over -line/surface elements. If `iView' < 0, the plugin -is run on the current view. +all the elements in the view `iView', as well +as the circulation/flux of vector fields over +line/surface elements. If `iView' < 0, the +plugin is run on the current view. If +`computeLevelsetPositive' is set, the plugin +computes the positive area (volume) of the map +(for triangle maps only). Plugin(Integrate) creates one new view. @@ -287,6 +290,8 @@ Numeric options: @table @code @item iView Default value: @code{-1} +@item computeLevelsetPositive +Default value: @code{0} @end table @item Plugin(Skin) -- GitLab