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

doc update for extract plugin
parent ceee13b1
Branches
Tags
No related merge requests found
...@@ -173,18 +173,25 @@ Default value: @code{-1} ...@@ -173,18 +173,25 @@ Default value: @code{-1}
@end table @end table
@item Plugin(Extract) @item Plugin(Extract)
Plugin(Extract) extracts the `iComponent'-th Plugin(Extract) extracts a combination of
component of the view `iView'. If `iView' < 0, the components from the view `iView', as specified
by `Expression'. In addition to the usual
mathematical functions, `Expression' 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. plugin is run on the current view.
Plugin(Extract) creates one new view. Plugin(Extract) creates one new view.
String options:
@table @code
@item Expression
Default value: @code{"v0"}
@end table
Numeric options: Numeric options:
@table @code @table @code
@item iView @item iView
Default value: @code{-1} Default value: @code{-1}
@item iComponent
Default value: @code{0}
@end table @end table
@item Plugin(Skin) @item Plugin(Skin)
......
...@@ -307,7 +307,7 @@ Saved in: @code{General.OptionsFileName} ...@@ -307,7 +307,7 @@ Saved in: @code{General.OptionsFileName}
@item View.Type @item View.Type
Type of graph (1=3D, 2=2D-space, 3=2D-time)@* Type of graph (1=3D, 2=2D-space, 3=2D-time)@*
Default value: @code{1}@* Default value: @code{1}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{-}
@item View.VectorType @item View.VectorType
Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement)@* Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement)@*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment