vtk-m/vtkm/worklet/particleadvection
ayenpure faf8c8337a Adding Temporal Advection improvements
- Adding code to support taking short steps (minimize boundary errors)
- Adding time of advection to the particle from the Integrator
- API changes for TakeStep
	- TakeStep should only care about the maximum steps as it's a field on a Particle
	- The check for out of temporal and spatial bounds has been moved to the Worklet
- Changing some of the internal APIs for supporting these new features/fixes
- Changing inheritance in the Integrators class to be more obvious than something convoluted
2018-04-18 21:01:08 -07:00
..
CMakeLists.txt Adding temporal interpolation files 2018-03-22 18:15:39 -07:00
GridEvaluators.h Adding Temporal Advection improvements 2018-04-18 21:01:08 -07:00
Integrators.h Adding Temporal Advection improvements 2018-04-18 21:01:08 -07:00
ParticleAdvectionWorklets.h Adding Temporal Advection improvements 2018-04-18 21:01:08 -07:00
Particles.h Adding Temporal Advection improvements 2018-04-18 21:01:08 -07:00
TemporalGridEvaluators.h Adding Temporal Advection improvements 2018-04-18 21:01:08 -07:00