compute_vorticity_cuda Subroutine

public subroutine compute_vorticity_cuda(self, field_out, dudx, dudy, dudz, dvdx, dvdy, dvdz, dwdx, dwdy, dwdz)

Type Bound

cuda_backend_t

Arguments

Type IntentOptional Attributes Name
class(cuda_backend_t) :: self
class(field_t), intent(inout) :: field_out
class(field_t), intent(in) :: dudx
class(field_t), intent(in) :: dudy
class(field_t), intent(in) :: dudz
class(field_t), intent(in) :: dvdx
class(field_t), intent(in) :: dvdy
class(field_t), intent(in) :: dvdz
class(field_t), intent(in) :: dwdx
class(field_t), intent(in) :: dwdy
class(field_t), intent(in) :: dwdz

Calls

proc~~compute_vorticity_cuda~~CallsGraph proc~compute_vorticity_cuda m_cuda_backend::cuda_backend_t%compute_vorticity_cuda dim3 dim3 proc~compute_vorticity_cuda->dim3 proc~resolve_field_t m_cuda_backend::resolve_field_t proc~compute_vorticity_cuda->proc~resolve_field_t proc~vorticity_from_gradients m_cuda_kernels_fieldops::vorticity_from_gradients proc~compute_vorticity_cuda->proc~vorticity_from_gradients