copy_f_to_data Interface

interface
public subroutine copy_f_to_data(self, data, f)

Arguments

Type IntentOptional Attributes Name
class(base_backend_t), intent(inout) :: self
real(kind=dp), intent(out), dimension(:, :, :) :: data
class(field_t), intent(in) :: f

Description

Copy a regular 3D array in host memory into the specialist data structure field that lives on device or host