Viskores
1.0
viskores
filter
flow
FlowTypes.h
Go to the documentation of this file.
1
//============================================================================
2
// The contents of this file are covered by the Viskores license. See
3
// LICENSE.txt for details.
4
//
5
// By contributing to this file, all contributors agree to the Developer
6
// Certificate of Origin Version 1.1 (DCO 1.1) as stated in DCO.txt.
7
//============================================================================
8
9
//============================================================================
10
// Copyright (c) Kitware, Inc.
11
// All rights reserved.
12
// See LICENSE.txt for details.
13
//
14
// This software is distributed WITHOUT ANY WARRANTY; without even
15
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16
// PURPOSE. See the above copyright notice for more information.
17
//============================================================================
18
#ifndef viskores_filter_flow_FlowTypes_h
19
#define viskores_filter_flow_FlowTypes_h
20
21
namespace
viskores
22
{
23
namespace
filter
24
{
25
namespace
flow
26
{
27
enum class
IntegrationSolverType
28
{
29
RK4_TYPE
= 0,
30
EULER_TYPE
,
31
};
32
33
enum class
VectorFieldType
34
{
35
VELOCITY_FIELD_TYPE
= 0,
36
ELECTRO_MAGNETIC_FIELD_TYPE
,
37
};
38
39
enum
FlowResultType
40
{
41
UNKNOWN_TYPE
= -1,
42
PARTICLE_ADVECT_TYPE
,
43
STREAMLINE_TYPE
,
44
};
45
46
}
47
}
48
}
49
50
#endif // viskores_filter_flow_FlowTypes_h
viskores::filter::flow::VectorFieldType::VELOCITY_FIELD_TYPE
@ VELOCITY_FIELD_TYPE
viskores::filter::flow::IntegrationSolverType
IntegrationSolverType
Definition:
FlowTypes.h:27
viskores::filter::flow::IntegrationSolverType::EULER_TYPE
@ EULER_TYPE
viskores::filter::flow::VectorFieldType
VectorFieldType
Definition:
FlowTypes.h:33
viskores::filter::flow::VectorFieldType::ELECTRO_MAGNETIC_FIELD_TYPE
@ ELECTRO_MAGNETIC_FIELD_TYPE
viskores
Groups connected points that have the same field value.
Definition:
Atomic.h:27
viskores::filter::flow::FlowResultType
FlowResultType
Definition:
FlowTypes.h:39
viskores::filter::flow::STREAMLINE_TYPE
@ STREAMLINE_TYPE
Definition:
FlowTypes.h:43
viskores::filter::flow::UNKNOWN_TYPE
@ UNKNOWN_TYPE
Definition:
FlowTypes.h:41
viskores::filter::flow::PARTICLE_ADVECT_TYPE
@ PARTICLE_ADVECT_TYPE
Definition:
FlowTypes.h:42
viskores::filter::flow::IntegrationSolverType::RK4_TYPE
@ RK4_TYPE
Generated by
1.8.17