HDK
|
Go to the source code of this file.
Classes | |
class | GAS_AdvectField2 |
struct | GAS_AdvectField2::gas_AdvectParms |
struct | GAS_AdvectField2::gas_ClampingParms |
Enumerations | |
enum | GAS_TraceMethod { FORWARD_EULER = 0, EXPLICIT_MIDPOINT = 1, RUNGE_KUTTA_3 = 2, RUNGE_KUTTA_4 = 3 } |
Tracing methods supported by this operator. More... | |
enum | GAS_VectorSampling { NON_MATCHING, GENERIC_MATCHING, FACE_MATCHING, CENTER_MATCHING } |
enum GAS_TraceMethod |
Tracing methods supported by this operator.
Enumerator | |
---|---|
FORWARD_EULER | |
EXPLICIT_MIDPOINT | |
RUNGE_KUTTA_3 | |
RUNGE_KUTTA_4 |
Definition at line 18 of file GAS_AdvectField-2.0.h.
enum GAS_VectorSampling |
Captures the sampling pattern of a velocity field, as well as its relationship to the advected field.
Enumerator | |
---|---|
NON_MATCHING | |
GENERIC_MATCHING | |
FACE_MATCHING | |
CENTER_MATCHING |
Definition at line 27 of file GAS_AdvectField-2.0.h.