|
HDK
|
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... | |
Flux-limiters employed to stabilize the second-order advection schemes MacCormack and BFECC.
| Enumerator | |
|---|---|
| NO_LIMITER | |
| CLAMP | |
| REVERT | |
Definition at line 42 of file VolumeAdvect.h.
Numerical advections schemes.
| Enumerator | |
|---|---|
| SEMI | |
| MID | |
| RK3 | |
| RK4 | |
| MAC | |
| BFECC | |
Definition at line 39 of file VolumeAdvect.h.