Go to the documentation of this file.
19 #ifndef viskores_filter_flow_FilterParticleAdvectionUnsteadyState_h
20 #define viskores_filter_flow_FilterParticleAdvectionUnsteadyState_h
32 template <
typename Derived>
37 template <
typename Derived>
85 #endif // viskores_filter_flow_FilterParticleAdvectionUnsteadyState_h
base class for advecting particles in a vector field.
Definition: FilterParticleAdvection.h:42
typename FlowTraits< Pathline >::FieldType FieldType
Definition: FilterParticleAdvectionUnsteadyState.h:43
Superclass for filters that operate on flow that changes over time.
Definition: FilterParticleAdvectionUnsteadyState.h:38
void SetNextDataSet(const viskores::cont::PartitionedDataSet &pds)
Specifies the data for the later time step.
Definition: FilterParticleAdvectionUnsteadyState.h:61
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetPreviousTime(viskores::FloatDefault t1)
Specifies time value for the input data set.
Definition: FilterParticleAdvectionUnsteadyState.h:50
Definition: FilterParticleAdvectionSteadyState.h:34
void SetNextTime(viskores::FloatDefault t2)
Specifies time value for the next data set.
Definition: FilterParticleAdvectionUnsteadyState.h:55
typename FlowTraits< Pathline >::AnalysisType AnalysisType
Definition: FilterParticleAdvectionUnsteadyState.h:45
viskores::cont::PartitionedDataSet Input2
Definition: FilterParticleAdvectionUnsteadyState.h:76
typename FlowTraits< Pathline >::TerminationType TerminationType
Definition: FilterParticleAdvectionUnsteadyState.h:44
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
typename FlowTraits< Pathline >::ParticleType ParticleType
Definition: FilterParticleAdvectionUnsteadyState.h:42
viskores::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:244
void SetNextDataSet(const viskores::cont::DataSet &ds)
Specifies the data for the later time step.
Definition: FilterParticleAdvectionUnsteadyState.h:58