ExactRiemannSolver Subroutine

public subroutine ExactRiemannSolver(QLeft, QRight, nHat, t1, t2, flux)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: QLeft(1:NCONS)
real(kind=RP), intent(in) :: QRight(1:NCONS)
real(kind=RP), intent(in) :: nHat(1:NDIM)
real(kind=RP), intent(in) :: t1(NDIM)
real(kind=RP), intent(in) :: t2(NDIM)
real(kind=RP), intent(out) :: flux(1:NCONS)