exec_dist_penta_periodic Subroutine

public subroutine exec_dist_penta_periodic(du, u, u_recv_s, u_recv_e, tdsops, blocks, threads)

Cyclic pentadiagonal compact-FD solve via Sherman-Morrison-Woodbury. Halos u_recv_s/e must be set to periodic-extension values by the caller.

Arguments

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

Calls

proc~~exec_dist_penta_periodic~~CallsGraph proc~exec_dist_penta_periodic m_cuda_exec_dist::exec_dist_penta_periodic proc~der_penta_periodic~2 m_cuda_kernels_dist::der_penta_periodic proc~exec_dist_penta_periodic->proc~der_penta_periodic~2 syncthreads syncthreads proc~der_penta_periodic~2->syncthreads