exec_thom_tds_compact Subroutine

public subroutine exec_thom_tds_compact(du, u, tdsops, blocks, threads)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), device, dimension(:, :, :) :: du
real(kind=dp), intent(in), device, dimension(:, :, :) :: u
type(cuda_tdsops_t), intent(in) :: tdsops
type(dim3), intent(in) :: blocks
type(dim3), intent(in) :: threads

Calls

proc~~exec_thom_tds_compact~~CallsGraph proc~exec_thom_tds_compact m_cuda_exec_thom::exec_thom_tds_compact proc~der_univ_thom m_cuda_kernels_thom::der_univ_thom proc~exec_thom_tds_compact->proc~der_univ_thom proc~der_univ_thom_per m_cuda_kernels_thom::der_univ_thom_per proc~exec_thom_tds_compact->proc~der_univ_thom_per