der_univ_subs Subroutine

public subroutine der_univ_subs(du, recv_u_s, recv_u_e, n, dist_sa, dist_sc, strch)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), device, dimension(:, :, :) :: du
real(kind=dp), intent(in), device, dimension(:, :, :) :: recv_u_s
real(kind=dp), intent(in), device, dimension(:, :, :) :: recv_u_e
integer, intent(in), value :: n
real(kind=dp), intent(in), device, dimension(:) :: dist_sa
real(kind=dp), intent(in), device, dimension(:) :: dist_sc
real(kind=dp), intent(in), device, dimension(:) :: strch

Called by

proc~~der_univ_subs~2~~CalledByGraph proc~der_univ_subs~2 m_cuda_kernels_dist::der_univ_subs proc~exec_dist_tds_compact~2 m_cuda_exec_dist::exec_dist_tds_compact proc~exec_dist_tds_compact~2->proc~der_univ_subs~2 proc~tds_solve_dist m_cuda_backend::cuda_backend_t%tds_solve_dist proc~tds_solve_dist->proc~exec_dist_tds_compact~2 proc~tds_solve_cuda m_cuda_backend::cuda_backend_t%tds_solve_cuda proc~tds_solve_cuda->proc~tds_solve_dist