SetdNTdt
This subroutine set dNTdt
by using the space-time nodal values.
- This subroutine set
dNTdt
by using space-time nodal values - It is important to note that
dNTdXt
should be allocated before calling - This subroutine uses following formula
MODULE PURE SUBROUTINE setdNTdt(obj, val)
CLASS(STElemshapeData_), INTENT(INOUT) :: obj
REAL(DFP), INTENT(IN) :: val(:, :, :)
!! Space-time nodal values
END SUBROUTINE setdNTdt