ProjectStoragePoints Subroutine

public subroutine ProjectStoragePoints(e, TxMesh, TyMesh, TzMesh)

Uses

    • NodalStorageClass

Arguments

Type IntentOptional Attributes Name
type(Element_t) :: e
real(kind=RP), intent(in) :: TxMesh(0:e%Nout(1),0:e%Nmesh(1))
real(kind=RP), intent(in) :: TyMesh(0:e%Nout(2),0:e%Nmesh(2))
real(kind=RP), intent(in) :: TzMesh(0:e%Nout(3),0:e%Nmesh(3))