|
void | Sfx::HLL_Scheme (DBSArrayType &aFF1, DBSArrayType &aFF2, const DBSArrayType &aU1, const DBSArrayType &aU2) |
| Harten-Lax-Leer Algorithm ( belongs to Approximate Riemann Solver family)
|
void | Sfx::Nujic_SchemeI (DBSArrayType &aFF1, DBSArrayType &aFF2, const DBSArrayType &aU1, const DBSArrayType &aU2) |
| Nujic(1995) ENO (Essentially Non-Oscillatory) extrapolation scheme (belongs to flux-splitting family)
|
void | Sfx::Nujic_SchemeII (DBSArrayType &aFF1, DBSArrayType &aFF2, const DBSArrayType &aU1, const DBSArrayType &aU2) |
| Nujic (1995) simplified version of the "Approximate Roe Solver" using LxF (second-order accurate)
|
void | Sfx::LXF_Scheme (DBSArrayType &aFF1, DBSArrayType &aFF2, const DBSArrayType &aU1, const DBSArrayType &aU2) |
| First-order Lax-Friedrich scheme ( belongs to ... family)
|