Go to the documentation of this file.
11 #ifndef vtk_m_filter_flow_FilterParticleAdvectionUnsteadyState_h
12 #define vtk_m_filter_flow_FilterParticleAdvectionUnsteadyState_h
24 template <
typename Derived>
29 template <
typename Derived>
73 #endif // vtk_m_filter_flow_FilterParticleAdvectionUnsteadyState_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Definition: FilterParticleAdvectionSteadyState.h:26
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
void SetNextDataSet(const vtkm::cont::PartitionedDataSet &pds)
Specifies the data for the later time step.
Definition: FilterParticleAdvectionUnsteadyState.h:52
typename FlowTraits< Pathline >::FieldType FieldType
Definition: FilterParticleAdvectionUnsteadyState.h:34
typename FlowTraits< Pathline >::TerminationType TerminationType
Definition: FilterParticleAdvectionUnsteadyState.h:35
#define VTKM_CONT
Definition: ExportMacros.h:57
void SetNextDataSet(const vtkm::cont::DataSet &ds)
Specifies the data for the later time step.
Definition: FilterParticleAdvectionUnsteadyState.h:49
void SetNextTime(vtkm::FloatDefault t2)
Specifies time value for the next data set.
Definition: FilterParticleAdvectionUnsteadyState.h:46
base class for advecting particles in a vector field.
Definition: FilterParticleAdvection.h:32
#define VTKM_FILTER_FLOW_EXPORT
Definition: vtkm_filter_flow_export.h:44
vtkm::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:236
vtkm::cont::PartitionedDataSet Input2
Definition: FilterParticleAdvectionUnsteadyState.h:64
Superclass for filters that operate on flow that changes over time.
Definition: FilterParticleAdvectionUnsteadyState.h:30
void SetPreviousTime(vtkm::FloatDefault t1)
Specifies time value for the input data set.
Definition: FilterParticleAdvectionUnsteadyState.h:41
typename FlowTraits< Pathline >::AnalysisType AnalysisType
Definition: FilterParticleAdvectionUnsteadyState.h:36
typename FlowTraits< Pathline >::ParticleType ParticleType
Definition: FilterParticleAdvectionUnsteadyState.h:33
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26