HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GAS_AdvectField-2.0.h File Reference
#include "GAS_SubSolver.h"
#include "GAS_Utils.h"
+ Include dependency graph for GAS_AdvectField-2.0.h:

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 }
 

Enumeration Type Documentation

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.

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.