copy_data_to_f Interface

interface
public subroutine copy_data_to_f(self, f, data)

Arguments

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

Description

Copy the specialist data structure from device or host back to a regular 3D data array in host memory.