vtk-m/vtkm/worklet/particleadvection
Kenneth Moreland cb3bb43ff9 Completely deprecate virtual methods
Deprecate `VirtualObjectHandle` and all other classes that are used to
implement objects with virtual methods in the execution environment.

Additionally, the code is updated so that if the
`VTKm_NO_DEPRECATED_VIRTUAL` flag is set none of the code is compiled at
all. This opens us up to opportunities that do not work with virtual
methods such as backends that do not support virtual methods and dynamic
libraries for CUDA.
2021-04-28 07:28:32 -06:00
..
CellInterpolationHelper.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
CMakeLists.txt Removing virtuals v1 2021-03-22 23:00:36 -07:00
EulerIntegrator.h Removing virtuals v1 2021-03-22 23:00:36 -07:00
Field.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
GridEvaluators.h Removing virtuals from particle advection 2021-03-23 22:27:28 -07:00
GridEvaluatorStatus.h Removing virtuals v1 2021-03-22 23:00:36 -07:00
IntegratorStatus.h Fix missing include 2021-03-22 23:53:05 -07:00
ParticleAdvectionWorklets.h Removing virtuals v1 2021-03-22 23:00:36 -07:00
Particles.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
RK4Integrator.h Removing virtuals v1 2021-03-22 23:00:36 -07:00
Stepper.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
TemporalGridEvaluators.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00