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

*** empty log message ***

parent 5b63e368
No related branches found
No related tags found
No related merge requests found
// $Id: Warp.cpp,v 1.1 2006-04-15 17:21:18 geuzaine Exp $ // $Id: Warp.cpp,v 1.2 2006-04-16 20:31:07 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -62,16 +62,16 @@ void GMSH_WarpPlugin::getInfos(char *author, char *copyright, ...@@ -62,16 +62,16 @@ void GMSH_WarpPlugin::getInfos(char *author, char *copyright,
strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(author, "C. Geuzaine (geuz@geuz.org)");
strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(copyright, "DGR (www.multiphysics.com)");
strcpy(help_text, strcpy(help_text,
"Plugin(Warp) transforms the elements in the view\n" "Plugin(Warp) transforms the elements in the\n"
"`iView' by adding to their node coordinates the\n" "view `iView' by adding to their node coordinates\n"
"the vector field stored in the `TimeStep'-th time\n" "the vector field stored in the `TimeStep'-th time\n"
"step of the view `dView', scaled by `Factor'. If\n" "step of the view `dView', scaled by `Factor'. If\n"
"`dView' < 0, the vector field is taken as the field\n" "`dView' < 0, the vector field is taken as the field\n"
"of surface normals multiplied by the `TimeStep'\n" "of surface normals multiplied by the `TimeStep'\n"
"value in `iView'. (The smoothing of the surface\n" "value in `iView'. (The smoothing of the surface\n"
"normals is controlled by the `SmoothingAngle'\n" "normals is controlled by the `SmoothingAngle'\n"
"parameter.). If `iView' < 0, the plugin is run on the\n" "parameter.). If `iView' < 0, the plugin is run on\n"
"current view.\n" "the current view.\n"
"\n" "\n"
"Plugin(Warp) is executed in-place.\n"); "Plugin(Warp) is executed in-place.\n");
} }
......
...@@ -747,16 +747,16 @@ Default value: @code{-1} ...@@ -747,16 +747,16 @@ Default value: @code{-1}
@end table @end table
@item Plugin(Warp) @item Plugin(Warp)
Plugin(Warp) transforms the elements in the view Plugin(Warp) transforms the elements in the
`iView' by adding to their node coordinates the view `iView' by adding to their node coordinates
the vector field stored in the `TimeStep'-th time the vector field stored in the `TimeStep'-th time
step of the view `dView', scaled by `Factor'. If step of the view `dView', scaled by `Factor'. If
`dView' < 0, the vector field is taken as the field `dView' < 0, the vector field is taken as the field
of surface normals multiplied by the `TimeStep' of surface normals multiplied by the `TimeStep'
value in `iView'. (The smoothing of the surface value in `iView'. (The smoothing of the surface
normals is controlled by the `SmoothingAngle' normals is controlled by the `SmoothingAngle'
parameter.). If `iView' < 0, the plugin is run on the parameter.). If `iView' < 0, the plugin is run on
current view. the current view.
Plugin(Warp) is executed in-place. Plugin(Warp) is executed in-place.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment