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
f01f0d7d
Commit
f01f0d7d
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
d195379a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/opt_plugin.texi
+8
-2
8 additions, 2 deletions
doc/texinfo/opt_plugin.texi
with
8 additions
and
2 deletions
doc/texinfo/opt_plugin.texi
+
8
−
2
View file @
f01f0d7d
...
@@ -266,7 +266,9 @@ Default value: @code{-1}
...
@@ -266,7 +266,9 @@ Default value: @code{-1}
@item Plugin(StreamLines)
@item Plugin(StreamLines)
Plugin(StreamLines) computes stream lines
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')
grid defined by the 3 points (`X0',`Y0',`Z0')
(origin), (`X1',`Y1',`Z1') (axis of U) and
(origin), (`X1',`Y1',`Z1') (axis of U) and
(`X2',`Y2',`Z2') (axis of V). The number of points
(`X2',`Y2',`Z2') (axis of V). The number of points
...
@@ -280,7 +282,9 @@ the options `MaxIter' and `DT'. The time stepping
...
@@ -280,7 +282,9 @@ the options `MaxIter' and `DT'. The time stepping
scheme is a RK44. If `iView' < 0, the plugin is run
scheme is a RK44. If `iView' < 0, the plugin is run
on the current view.
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:
Numeric options:
@table @code
@table @code
...
@@ -310,6 +314,8 @@ Default value: @code{1}
...
@@ -310,6 +314,8 @@ Default value: @code{1}
Default value: @code{100}
Default value: @code{100}
@item DT
@item DT
Default value: @code{0.1}
Default value: @code{0.1}
@item dView
Default value: @code{-1}
@item iView
@item iView
Default value: @code{-1}
Default value: @code{-1}
@end table
@end table
...
...
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