ManufacturedSolutionDeriv Subroutine

public subroutine ManufacturedSolutionDeriv(xx, t, nHat, U_x, U_y, U_z)

Arguments

Type IntentOptional Attributes Name
real(kind=RP) :: xx(3)
real(kind=RP) :: t
real(kind=RP) :: nHat(3)
real(kind=RP), intent(inout) :: U_x(NGRAD)
real(kind=RP), intent(inout) :: U_y(NGRAD)
real(kind=RP), intent(inout) :: U_z(NGRAD)