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
40c19a0d
Commit
40c19a0d
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
small doc fixes
parent
0f03d485
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Plugin/CutParametric.cpp
+6
-6
6 additions, 6 deletions
Plugin/CutParametric.cpp
Plugin/Triangulate.cpp
+6
-7
6 additions, 7 deletions
Plugin/Triangulate.cpp
doc/texinfo/opt_plugin.texi
+22
-23
22 additions, 23 deletions
doc/texinfo/opt_plugin.texi
with
34 additions
and
36 deletions
Plugin/CutParametric.cpp
+
6
−
6
View file @
40c19a0d
// $Id: CutParametric.cpp,v 1.1
1
2005-03-02 0
7:49:41
geuzaine Exp $
// $Id: CutParametric.cpp,v 1.1
2
2005-03-02 0
8:14:29
geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -76,13 +76,13 @@ void GMSH_CutParametricPlugin::getInfos(char *author, char *copyright,
strcpy
(
author
,
"C. Geuzaine (geuzaine@acm.caltech.edu)"
);
strcpy
(
copyright
,
"DGR (www.multiphysics.com)"
);
strcpy
(
help_text
,
"Plugin(CutParametric) cuts the
scalar
view `iView'
\n
"
"
with
the parametric function (`X'(u), `Y'(u), `Z'(u)),
\n
"
"Plugin(CutParametric) cuts the view `iView'
with
\n
"
"the parametric function (`X'(u), `Y'(u), `Z'(u)),
\n
"
"using `nPointsU' values of the parameter u in
\n
"
"[`MinU', `MaxU']. If `ConnectPoints' is set, the
\n
"
"plugin creates
scalar
line elements; otherwise,
\n
"
"
the
plugin generates
scalar
points. If `iView' < 0,
\n
"
"
the plugin
is run on the current view.
\n
"
"plugin creates line elements; otherwise,
the
\n
"
"plugin generates points. If `iView' < 0,
the plugin
\n
"
"is run on the current view.
\n
"
"
\n
"
"Plugin(CutParametric) creates one new view.
\n
"
);
}
...
...
This diff is collapsed.
Click to expand it.
Plugin/Triangulate.cpp
+
6
−
7
View file @
40c19a0d
// $Id: Triangulate.cpp,v 1.2
7
2005-0
1
-0
8 20:15:1
9 geuzaine Exp $
// $Id: Triangulate.cpp,v 1.2
8
2005-0
3
-0
2 08:14:2
9 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -62,12 +62,11 @@ void GMSH_TriangulatePlugin::getInfos(char *author, char *copyright,
strcpy
(
author
,
"C. Geuzaine (geuz@geuz.org)"
);
strcpy
(
copyright
,
"DGR (www.multiphysics.com)"
);
strcpy
(
help_text
,
"Plugin(Triangulate) triangulates the points
\n
"
"in the view `iView', assuming that all the
\n
"
"points belong to a surface that can be
\n
"
"projected into a plane in a one-to-one
\n
"
"fashion. If `iView' < 0, the plugin is run
\n
"
"on the current view.
\n
"
"Plugin(Triangulate) triangulates the points in the
\n
"
"view `iView', assuming that all the points belong
\n
"
"to a surface that can be projected one-to-one
\n
"
"onto a plane. If `iView' < 0, the plugin is run on
\n
"
"the current view.
\n
"
"
\n
"
"Plugin(Triangulate) creates one new view.
\n
"
);
}
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_plugin.texi
+
22
−
23
View file @
40c19a0d
...
...
@@ -58,9 +58,9 @@ and (`X2',`Y2',`Z2') (axis of V). The number of points
along U and V is set with the options `nPointsU'
and `nPointsV'. If `ConnectPoints' is zero, the
plugin creates points; otherwise, the plugin
generates quadrangles, lines or points depending
on
the values of `nPointsU' and `nPointsV'. If
`iView' < 0,
the plugin is run on the current view.
generates quadrangles, lines or points depending
on
the values of `nPointsU' and `nPointsV'. If
`iView' < 0,
the plugin is run on the current view.
Plugin(CutGrid) creates one new view.
...
...
@@ -130,13 +130,13 @@ Default value: @code{-1}
@end table
@item Plugin(CutParametric)
Plugin(CutParametric) cuts the
scalar
view `iView'
with
the parametric function (`X'(u), `Y'(u), `Z'(u)),
Plugin(CutParametric) cuts the view `iView'
with
the parametric function (`X'(u), `Y'(u), `Z'(u)),
using `nPointsU' values of the parameter u in
[`MinU', `MaxU']. If `ConnectPoints' is set, the
plugin creates
scalar
line elements; otherwise, the
plugin generates
scalar
points. If `iView' < 0, the
plugin
is run on the current view.
plugin creates line elements; otherwise, the
plugin generates points. If `iView' < 0, the
plugin
is run on the current view.
Plugin(CutParametric) creates one new view.
...
...
@@ -317,8 +317,8 @@ view `iView' to the expression `Expression'.
- the usual mathematical functions (Log, Sqrt
Sin, Cos, Fabs, ...) and operators (+, -, *, /, ^);
- the symbols x, y and z, to retrieve the
coordinates
of the current node;
- the symbols x, y and z, to retrieve the
coordinates
of the current node;
- the symbols Time and TimeStep, to retrieve the
current time and time step values;
...
...
@@ -333,11 +333,11 @@ component of the field in `iView' at the
- the symbol w, to retrieve the `Component'-th
component of the field in `ExternalView' at the
`ExternalTimeStep'-th time step. `ExternalView'
and
`iView' must be of the same type (scalar,
vector
or tensor); if `ExternalView' and `iView'
are not
based on the same spatial grid,
`ExternalView' is
interpolated onto `iView';
`ExternalTimeStep'-th time step. `ExternalView'
and
`iView' must be of the same type (scalar,
vector
or tensor); if `ExternalView' and `iView'
are not
based on the same spatial grid,
`ExternalView' is
interpolated onto `iView';
- the symbols w0, w1, w2, ..., w8, to retrieve each
component of the field in `ExternalView' at the
...
...
@@ -492,8 +492,8 @@ Default value: @code{-1}
@item Plugin(Probe)
Plugin(Probe) gets the value of the view `iView' at
the point (`X',`Y',`Z'). If `iView' < 0, the plugin
is
run on the current view.
the point (`X',`Y',`Z'). If `iView' < 0, the plugin
is
run on the current view.
Plugin(Probe) creates one new view.
...
...
@@ -706,12 +706,11 @@ Default value: @code{-1}
@end table
@item Plugin(Triangulate)
Plugin(Triangulate) triangulates the points
in the view `iView', assuming that all the
points belong to a surface that can be
projected into a plane in a one-to-one
fashion. If `iView' < 0, the plugin is run
on the current view.
Plugin(Triangulate) triangulates the points in the
view `iView', assuming that all the points belong
to a surface that can be projected one-to-one
onto a plane. If `iView' < 0, the plugin is run on
the current view.
Plugin(Triangulate) creates one new view.
...
...
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