face_flux_2d Subroutine

public subroutine face_flux_2d(qL, qR, dir, scheme, 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
character(len=*), intent(in) :: scheme
real(kind=wp), intent(in) :: gam
real(kind=wp), intent(out) :: flux(neq2d)