volume_integral Subroutine

public subroutine volume_integral(s, f, n, n_i_pad, n_j)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout), device :: s
real(kind=dp), intent(in), device, dimension(:, :, :) :: f
integer, intent(in), value :: n
integer, intent(in), value :: n_i_pad
integer, intent(in), value :: n_j

Calls

proc~~volume_integral~~CallsGraph proc~volume_integral m_cuda_kernels_fieldops::volume_integral atomicadd atomicadd proc~volume_integral->atomicadd

Called by

proc~~volume_integral~~CalledByGraph proc~volume_integral m_cuda_kernels_fieldops::volume_integral proc~field_volume_integral_cuda m_cuda_backend::cuda_backend_t%field_volume_integral_cuda proc~field_volume_integral_cuda->proc~volume_integral