InviscidJacobian Subroutine

public pure subroutine InviscidJacobian(q, dfdq, dgdq, dhdq)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: q(NCONS)
real(kind=RP), intent(out) :: dfdq(NCONS,NCONS)
real(kind=RP), intent(out) :: dgdq(NCONS,NCONS)
real(kind=RP), intent(out) :: dhdq(NCONS,NCONS)