-
- Downloads
add temporal processing to Catalyst and add an ex post facto demo
This change inserts an optional vtkTemporalCacheFilter between the simulation adaptor produced vtkDataObjects and the processing pipeline. The cache then acts as a time varying source such that Catalyst pipelines can apply temporal filters. The API for the feature is demonstrated by the new CatalystExample. This includes use in a C++ pipeline, and two Python Pipelines. The second Python Pipeline is unique in that it demonstrates an after the fact or "ex post facto" trigger. See comments in FEDriver for how to run the example.
Showing
- CMake/ParaViewOptions.cmake 3 additions, 0 deletionsCMake/ParaViewOptions.cmake
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- Clients/Catalyst/vtk.module 1 addition, 0 deletionsClients/Catalyst/vtk.module
- Clients/Catalyst/vtkCPInputDataDescription.cxx 5 additions, 0 deletionsClients/Catalyst/vtkCPInputDataDescription.cxx
- Clients/Catalyst/vtkCPInputDataDescription.h 15 additions, 0 deletionsClients/Catalyst/vtkCPInputDataDescription.h
- Clients/Catalyst/vtkCPProcessor.cxx 82 additions, 0 deletionsClients/Catalyst/vtkCPProcessor.cxx
- Clients/Catalyst/vtkCPProcessor.h 11 additions, 0 deletionsClients/Catalyst/vtkCPProcessor.h
- Examples/Catalyst/CMakeLists.txt 2 additions, 0 deletionsExamples/Catalyst/CMakeLists.txt
- Examples/Catalyst/TemporalCacheExample/CMakeLists.txt 36 additions, 0 deletionsExamples/Catalyst/TemporalCacheExample/CMakeLists.txt
- Examples/Catalyst/TemporalCacheExample/FEAdaptor.cxx 327 additions, 0 deletionsExamples/Catalyst/TemporalCacheExample/FEAdaptor.cxx
- Examples/Catalyst/TemporalCacheExample/FEAdaptor.h 27 additions, 0 deletionsExamples/Catalyst/TemporalCacheExample/FEAdaptor.h
- Examples/Catalyst/TemporalCacheExample/FEDataStructures.cxx 372 additions, 0 deletionsExamples/Catalyst/TemporalCacheExample/FEDataStructures.cxx
- Examples/Catalyst/TemporalCacheExample/FEDataStructures.h 61 additions, 0 deletionsExamples/Catalyst/TemporalCacheExample/FEDataStructures.h
- Examples/Catalyst/TemporalCacheExample/FEDriver.cxx 109 additions, 0 deletionsExamples/Catalyst/TemporalCacheExample/FEDriver.cxx
- Examples/Catalyst/TemporalCacheExample/SampleScripts/exPostFactoMovie.py 111 additions, 0 deletions...st/TemporalCacheExample/SampleScripts/exPostFactoMovie.py
- Examples/Catalyst/TemporalCacheExample/SampleScripts/timestats.py 88 additions, 0 deletions.../Catalyst/TemporalCacheExample/SampleScripts/timestats.py
- Remoting/Application/Resources/filters_filtershybrid.xml 61 additions, 0 deletionsRemoting/Application/Resources/filters_filtershybrid.xml
- Wrapping/Python/paraview/coprocessing.py 16 additions, 0 deletionsWrapping/Python/paraview/coprocessing.py
Please register or sign in to comment