ProlongMeshAndSolution Module


Uses


Subroutines

public subroutine ProlongMeshToGaussPoints(e, spA, N1, N2)

Arguments

Type IntentOptional Attributes Name
type(Element_t) :: e
type(NodalStorage_t), intent(in), target :: spA(0:)
integer, intent(in) :: N1(3)
integer, intent(in) :: N2(3)

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))