Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
68c67e65
Commit
68c67e65
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc update for extract plugin
parent
ceee13b1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/texinfo/opt_plugin.texi
+11
-4
11 additions, 4 deletions
doc/texinfo/opt_plugin.texi
doc/texinfo/opt_view.texi
+1
-1
1 addition, 1 deletion
doc/texinfo/opt_view.texi
with
12 additions
and
5 deletions
doc/texinfo/opt_plugin.texi
+
11
−
4
View file @
68c67e65
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_view.texi
+
1
−
1
View file @
68c67e65
...
@@ -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)@*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment