Viskores  1.0
Namespaces | Enumerations
FlowTypes.h File Reference

Go to the source code of this file.

Namespaces

 viskores
 Groups connected points that have the same field value.
 
 viskores::filter
 Viskores Filters.
 
 viskores::filter::flow
 

Enumerations

enum  viskores::filter::flow::IntegrationSolverType { viskores::filter::flow::IntegrationSolverType::RK4_TYPE = 0, viskores::filter::flow::IntegrationSolverType::EULER_TYPE }
 
enum  viskores::filter::flow::VectorFieldType { viskores::filter::flow::VectorFieldType::VELOCITY_FIELD_TYPE = 0, viskores::filter::flow::VectorFieldType::ELECTRO_MAGNETIC_FIELD_TYPE }
 
enum  viskores::filter::flow::FlowResultType { viskores::filter::flow::UNKNOWN_TYPE = -1, viskores::filter::flow::PARTICLE_ADVECT_TYPE, viskores::filter::flow::STREAMLINE_TYPE }