getStressTensor Subroutine

public subroutine getStressTensor(Q, Q_x, Q_y, Q_z, tau)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: Q(1:NCONS)
real(kind=RP), intent(in) :: Q_x(1:NGRAD)
real(kind=RP), intent(in) :: Q_y(1:NGRAD)
real(kind=RP), intent(in) :: Q_z(1:NGRAD)
real(kind=RP), intent(out) :: tau(1:NDIM,1:NDIM)