struct
LaxFriedrichsContents
- Reference
Lax-Friedrichs approximate Riemann solver
This class can be used polymorphically with inciter::
Public static functions
Function documentation
static tk::RiemannFluxFn::result_type inciter:: LaxFriedrichs:: flux(const std::array<tk:: real, 3>& fn,
const std::array<std::vector<tk:: real>, 2>& u,
const std::vector<std::array<tk:: real, 3>>& = {})
Parameters | |
---|---|
fn in | Face/Surface normal |
u in | Left and right unknown/state vector |
Returns | Riemann solution according Lax and Friedrichs |
Lax-Friedrichs approximate Riemann solver flux function