HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::Scheme Namespace Reference

Enumerations

enum  SemiLagrangian {
  SEMI, MID, RK3, RK4,
  MAC, BFECC
}
 Numerical advections schemes. More...
 
enum  Limiter { NO_LIMITER, CLAMP, REVERT }
 Flux-limiters employed to stabilize the second-order advection schemes MacCormack and BFECC. More...
 

Enumeration Type Documentation

Flux-limiters employed to stabilize the second-order advection schemes MacCormack and BFECC.

Enumerator
NO_LIMITER 
CLAMP 
REVERT 

Definition at line 41 of file VolumeAdvect.h.

Numerical advections schemes.

Enumerator
SEMI 
MID 
RK3 
RK4 
MAC 
BFECC 

Definition at line 38 of file VolumeAdvect.h.