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

pretty print
parent 95f5910a
No related branches found
No related tags found
No related merge requests found
// $Id: CutGrid.cpp,v 1.2 2004-04-24 03:51:59 geuzaine Exp $
// $Id: CutGrid.cpp,v 1.3 2004-04-24 04:08:39 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"
......
// $Id: SphericalRaise.cpp,v 1.14 2004-04-24 03:52:00 geuzaine Exp $
// $Id: SphericalRaise.cpp,v 1.15 2004-04-24 04: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");
......
// $Id: StreamLines.cpp,v 1.2 2004-04-24 03:52:00 geuzaine Exp $
// $Id: StreamLines.cpp,v 1.3 2004-04-24 04: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"
......
@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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment