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
956d4de3
Commit
956d4de3
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
5b63e368
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Plugin/Warp.cpp
+5
-5
5 additions, 5 deletions
Plugin/Warp.cpp
doc/texinfo/opt_plugin.texi
+4
-4
4 additions, 4 deletions
doc/texinfo/opt_plugin.texi
with
9 additions
and
9 deletions
Plugin/Warp.cpp
+
5
−
5
View file @
956d4de3
// $Id: Warp.cpp,v 1.
1
2006-04-1
5 17:21:18
geuzaine Exp $
// $Id: Warp.cpp,v 1.
2
2006-04-1
6 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
"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_plugin.texi
+
4
−
4
View file @
956d4de3
...
@@ -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.
...
...
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