rusanov_flux_2d Subroutine

private pure subroutine rusanov_flux_2d(qL, qR, dir, gam, flux)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: qL(neq2d)
real(kind=wp), intent(in) :: qR(neq2d)
integer, intent(in) :: dir
real(kind=wp), intent(in) :: gam
real(kind=wp), intent(out) :: flux(neq2d)