| 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... | |
| enum Limiter | 
| enum SemiLagrangian |