vtk-m/examples/temporal_advection
Kenneth Moreland a2602183a4 Make integrators have a virtual superclass
This will make it easier to support integrators as an ExecObject.

One side effect is that the integrators and partical advection
are not templated by the type of the field.
Regardless of the type of the field, there is probably little reason to
compute particle advection with less than 64 bit floats to account for
accumulated errors. This will make it easier to use these classes.
2018-10-16 09:53:18 -06:00
..
CMakeLists.txt Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
TemporalAdvection.cu temporaladvection example follows the same naming pattern as all examples 2018-06-01 10:31:14 -04:00
TemporalAdvection.cxx Make integrators have a virtual superclass 2018-10-16 09:53:18 -06:00
TemporalAdvectionTBB.cxx temporaladvection example follows the same naming pattern as all examples 2018-06-01 10:31:14 -04:00