vtk-m/vtkm/filter/flow
Kenneth Moreland a17ebdf52a Deprecated vtkm::filter::FilterField
The original design of the filter base class required several specialized
base classes to control what information was pulled from the input
`DataSet` and provided to the derived class. Since the filter base class was
redesigned, the derived classes all get a `DataSet` and pull their own
information from it. Thus, most specialized filter base classes became
unnecessary and removed.

The one substantial exception was the `FilterField`. This filter base class
managed input and output arrays. This was kept separate from the base
`Filter` because not all filters need the ability to select this
information.

That said, this separation has not been particularly helpful. There are
several other features of `Filter` that does not apply to all subclasses.
Furthermore, there are several derived filters that are using `FilterField`
merely to pick a single part, like selecting a coordinate system, and
ignoring the rest of the abilities.

Thus, it makes more sense to deprecate `FilterField` and have these classes
inherit directly from `Filter`.
2024-02-12 08:13:19 +09:00
..
internal Changes to address feedback from MR 2023-08-17 09:34:00 -07:00
testing ci,opensuse: use mpich ofi:socket backend 2023-11-17 19:47:10 -05:00
worklet Changes to address feedback from MR 2023-08-17 09:34:00 -07:00
CMakeLists.txt Separating Analysis into header and source 2023-08-16 18:23:22 -07:00
FilterParticleAdvection.cxx cleanup and better check for valid seeds. 2023-04-14 14:19:50 -04:00
FilterParticleAdvection.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
FilterParticleAdvectionSteadyState.cxx Changes to address feedback from MR 2023-08-17 09:34:00 -07:00
FilterParticleAdvectionSteadyState.h Moving base class flow filters into CXX 2023-08-16 18:23:22 -07:00
FilterParticleAdvectionUnsteadyState.cxx Changes to address feedback from MR 2023-08-17 09:34:00 -07:00
FilterParticleAdvectionUnsteadyState.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
FlowTypes.h More cleanup of classes. 2022-07-25 09:56:22 -04:00
Lagrangian.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
Lagrangian.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
LagrangianStructures.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
LagrangianStructures.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
ParticleAdvection.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
ParticleAdvection.h Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
Pathline.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
Pathline.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
PathParticle.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
PathParticle.h Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
Streamline.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
Streamline.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
StreamSurface.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
StreamSurface.h Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
vtkm.module Adding test dependency of filter_flow on tests 2023-08-16 18:23:22 -07:00
WarpXStreamline.cxx Adding specialization for Particle/Field for XGC 2023-08-16 18:23:22 -07:00
WarpXStreamline.h Changing solver type for WarpX to Euler 2023-08-16 18:23:22 -07:00