LaxFriedrichsFlux
-
class LaxFriedrichsFlux : public NumericalFluxBase
Public Functions
-
LaxFriedrichsFlux()
-
- Parameters:
settings –
-
virtual double Flux(const Vector &Omega, double psiL, double psiR, const Vector &n) const
Flux computes flux on edge for fixed ordinate at a given edge.
- Parameters:
Omega – fixed ordinate for flux computation
psiL – left solution state
psiR – right solution state
n – scaled normal vector of given edge
- Returns:
numerical flux value
-
LaxFriedrichsFlux()