SpECTRE
v2025.03.17
|
Boundary corrections/numerical fluxes. More...
Classes | |
class | BoundaryCorrection |
The base class used to make boundary corrections factory createable so they can be specified in the input file. More... | |
class | Hll |
An HLL Riemann solver. More... | |
class | Rusanov |
A Rusanov/local Lax-Friedrichs Riemann solver. More... | |
Functions | |
bool | operator!= (const Hll &lhs, const Hll &rhs) |
void | register_derived_with_charm () |
bool | operator== (const Rusanov &lhs, const Rusanov &rhs) |
bool | operator!= (const Rusanov &lhs, const Rusanov &rhs) |
Boundary corrections/numerical fluxes.