LaxFriedrichsFlux¶
-
class
LaxFriedrichsFlux: public NumericalFluxBase¶ Public Functions
-
LaxFriedrichsFlux()¶ -
- Parameters
settings:
-
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.
- Return
numerical flux value
- Parameters
Omega: fixed ordinate for flux computationpsiL: left solution statepsiR: right solution staten: scaled normal vector of given edge
-