-
- Downloads
- First draft (pretty much untested!) of new "Integrate" plugin to * integrate scalar fields over all the elements in a view * integrate the circulation of vector fields along line elements * integrate the flux of vector fields across surface elements Used with Plugin(DisplacementRaise) and Plugin(Evaluate) this permits for example to compute the area/volume of deformed configurations; and, with Plugin(CutPlane)+Plugin(Skin), the perimeter of deformed sections. Another interesting application is to use it on a vector field with Plugin(CutPlane), in order to compute fluxes across arbitrary cross-sections. - Added "connectPoints" option to Plugin(CutParametric) so that we can feed its output to Plugin(Integrate) - Added Normals and Tangents options to visualize the orientation of elements in post-processing views - Added "swapOrientation" in Plugin(Transform) to change the orientation of the elements (in place) (+ moved the transformation routines from the view class into the plugin) - fixed #defines in some of the plugin header files
Showing
- Common/DefaultOptions.h 6 additions, 1 deletionCommon/DefaultOptions.h
- Common/Options.cpp 27 additions, 1 deletionCommon/Options.cpp
- Common/Options.h 2 additions, 0 deletionsCommon/Options.h
- Common/Views.cpp 3 additions, 76 deletionsCommon/Views.cpp
- Common/Views.h 1 addition, 2 deletionsCommon/Views.h
- Fltk/Callbacks.cpp 11 additions, 1 deletionFltk/Callbacks.cpp
- Fltk/GUI.cpp 15 additions, 4 deletionsFltk/GUI.cpp
- Graphics/Post.cpp 2 additions, 2 deletionsGraphics/Post.cpp
- Graphics/PostElement.cpp 82 additions, 10 deletionsGraphics/PostElement.cpp
- Plugin/CutGrid.h 1 addition, 1 deletionPlugin/CutGrid.h
- Plugin/CutMap.h 1 addition, 1 deletionPlugin/CutMap.h
- Plugin/CutParametric.cpp 45 additions, 15 deletionsPlugin/CutParametric.cpp
- Plugin/CutParametric.h 1 addition, 1 deletionPlugin/CutParametric.h
- Plugin/CutPlane.h 1 addition, 1 deletionPlugin/CutPlane.h
- Plugin/CutSphere.h 1 addition, 1 deletionPlugin/CutSphere.h
- Plugin/DisplacementRaise.h 1 addition, 1 deletionPlugin/DisplacementRaise.h
- Plugin/Evaluate.h 1 addition, 1 deletionPlugin/Evaluate.h
- Plugin/HarmonicToTime.h 1 addition, 1 deletionPlugin/HarmonicToTime.h
- Plugin/Makefile 8 additions, 2 deletionsPlugin/Makefile
- Plugin/Plugin.cpp 6 additions, 2 deletionsPlugin/Plugin.cpp
Loading
Please register or sign in to comment