vtk-m/vtkm/worklet/particleadvection
Yenpure f799547e97 Resolving error in interpolation
-Both the rectilinear grid and uniform grid evaluator
 had interpolation errors
 a typical interpolation  equation looks like,
 out = (1-t) * in1 + t * in2
 The final interpolation step lacked multiplying in2
 by t
2017-07-25 15:55:39 -04:00
..
CMakeLists.txt Changes got better performance with particle status 2017-07-16 23:40:36 -04:00
GridEvaluators.h Resolving error in interpolation 2017-07-25 15:55:39 -04:00
Integrators.h Moving PortalType templetization to Step method of Integrators 2017-07-12 15:31:16 -04:00
ParticleAdvectionWorklets.h Changes suggested by Rob. 2017-07-21 14:32:01 -04:00
Particles.h Changes suggested by Rob. 2017-07-21 14:32:01 -04:00