ProlongSolutionToGaussPoints Subroutine

public subroutine ProlongSolutionToGaussPoints(NEQ, Nsol, Q, Nout, Qout, Tx, Ty, Tz)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: NEQ
integer, intent(in) :: Nsol(3)
real(kind=RP), intent(in) :: Q(1:NEQ,0:Nsol(1),0:Nsol(2),0:Nsol(3))
integer, intent(in) :: Nout(3)
real(kind=RP), intent(out) :: Qout(1:NEQ,0:Nout(1),0:Nout(2),0:Nout(3))
real(kind=RP), intent(in) :: Tx(0:Nout(1),0:Nsol(1))
real(kind=RP), intent(in) :: Ty(0:Nout(2),0:Nsol(2))
real(kind=RP), intent(in) :: Tz(0:Nout(3),0:Nsol(3))