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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
6298cf17
Commit
6298cf17
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pretty print
parent
95f5910a
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Plugin/CutGrid.cpp
+3
-3
3 additions, 3 deletions
Plugin/CutGrid.cpp
Plugin/SphericalRaise.cpp
+3
-3
3 additions, 3 deletions
Plugin/SphericalRaise.cpp
Plugin/StreamLines.cpp
+4
-4
4 additions, 4 deletions
Plugin/StreamLines.cpp
doc/texinfo/opt_plugin.texi
+7
-7
7 additions, 7 deletions
doc/texinfo/opt_plugin.texi
with
17 additions
and
17 deletions
Plugin/CutGrid.cpp
+
3
−
3
View file @
6298cf17
// $Id: CutGrid.cpp,v 1.
2
2004-04-24 0
3:51:5
9 geuzaine Exp $
// $Id: CutGrid.cpp,v 1.
3
2004-04-24 0
4:08:3
9 geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -68,8 +68,8 @@ void GMSH_CutGridPlugin::getInfos(char *author, char *copyright,
strcpy
(
copyright
,
"DGR (www.multiphysics.com)"
);
strcpy
(
help_text
,
"Plugin(CutGrid) cuts a 3D view with a rectangular
\n
"
"grid defined by the 3 points
{
`X0',`Y0',`Z0'
}
(origin)
\n
"
"
{
`X1',`Y1',`Z1'
}
(axis of U) and
{
`X2',`Y2',`Z2'
}
(axis
\n
"
"grid defined by the 3 points
(
`X0',`Y0',`Z0'
)
(origin)
,
\n
"
"
(
`X1',`Y1',`Z1'
)
(axis of U) and
(
`X2',`Y2',`Z2'
)
(axis
\n
"
"of V). The number of points along U and V is set
\n
"
"with the options `nPointsU' and `nPointsV'. If
\n
"
"`iView' < 0, the plugin is run on the current view.
\n
"
...
...
This diff is collapsed.
Click to expand it.
Plugin/SphericalRaise.cpp
+
3
−
3
View file @
6298cf17
// $Id: SphericalRaise.cpp,v 1.1
4
2004-04-24 0
3:52:00
geuzaine Exp $
// $Id: SphericalRaise.cpp,v 1.1
5
2004-04-24 0
4:08:39
geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -69,8 +69,8 @@ void GMSH_SphericalRaisePlugin::getInfos(char *author, char *copyright,
"the nodes along the X, Y and Z axes as in
\n
"
"View[`iView'].RaiseX, View[`iView'].RaiseY
\n
"
"and View[`iView'].RaiseZ, the raise is applied
\n
"
" along the radius of a sphere centered at
{
`Xc',
\n
"
"`Yc', `Zc'
}
. If `iView' < 0, the plugin is run
\n
"
" along the radius of a sphere centered at
(
`Xc',
\n
"
"`Yc', `Zc'
)
. If `iView' < 0, the plugin is run
\n
"
"on the current view.
\n
"
"
\n
"
"Plugin(SphericalRaise) is executed in-place.
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Plugin/StreamLines.cpp
+
4
−
4
View file @
6298cf17
// $Id: StreamLines.cpp,v 1.
2
2004-04-24 0
3:52:00
geuzaine Exp $
// $Id: StreamLines.cpp,v 1.
3
2004-04-24 0
4:08:39
geuzaine Exp $
//
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -73,9 +73,9 @@ void GMSH_StreamLinesPlugin::getInfos(char *author, char *copyright,
strcpy
(
help_text
,
"Plugin(StreamLines) computes stream lines
\n
"
"from a vector view `iView'. It takes as input a
\n
"
"grid defined by the 3 points
{
`X0',`Y0',`Z0'
}
\n
"
"(origin),
{
`X1',`Y1',`Z1'
}
(axis of U) and
\n
"
"
{
`X2',`Y2',`Z2'
}
(axis of V). The number of points
\n
"
"grid defined by the 3 points
(
`X0',`Y0',`Z0'
)
\n
"
"(origin),
(
`X1',`Y1',`Z1'
)
(axis of U) and
\n
"
"
(
`X2',`Y2',`Z2'
)
(axis of V). The number of points
\n
"
"that are going to be transported along U and V is
\n
"
"set with the options `nPointsU' and `nPointsV'.
\n
"
"Then, we solve the equation DX(t)/dt = V(x,y,z)
\n
"
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_plugin.texi
+
7
−
7
View file @
6298cf17
@ftable @code
@item Plugin(CutGrid)
Plugin(CutGrid) cuts a 3D view with a rectangular
grid defined by the 3 points
{
`X0',`Y0',`Z0'
}
(origin)
{
`X1',`Y1',`Z1'
}
(axis of U) and
{
`X2',`Y2',`Z2'
}
(axis
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 along U and V is set
with the options `nPointsU' and `nPointsV'. If
`iView' < 0, the plugin is run on the current view.
...
...
@@ -196,8 +196,8 @@ using the values associated with the
the nodes along the X, Y and Z axes as in
View[`iView'].RaiseX, View[`iView'].RaiseY
and View[`iView'].RaiseZ, the raise is applied
along the radius of a sphere centered at
{
`Xc',
`Yc', `Zc'
}
. If `iView' < 0, the plugin is run
along the radius of a sphere centered at
(
`Xc',
`Yc', `Zc'
)
. If `iView' < 0, the plugin is run
on the current view.
Plugin(SphericalRaise) is executed in-place.
...
...
@@ -221,9 +221,9 @@ Default value: -1
@item Plugin(StreamLines)
Plugin(StreamLines) computes stream lines
from a vector view `iView'. 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
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
that are going to be transported along U and V is
set with the options `nPointsU' and `nPointsV'.
Then, we solve the equation DX(t)/dt = V(x,y,z)
...
...
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