.PDE.FiniteVolume.Fluxes.UpwindFlux.Upwind

Information

Implements the upwind flux: Fi-1/2 = uQi-1 if u > 0 and Fi-1/2 = uQi otherwise.
By using this flux the average update rule becomes

if u > 0, and

otherwise.

Release Notes: