Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Check if a Fortran array is assoicated with a device pointer. More...
Public Member Functions | |
logical function | device_associated_r1 (x) |
Check if a Fortran rank 1 array is assoicated with a device pointer. More... | |
logical function | device_associated_r2 (x) |
Check if a Fortran rank 2 array is assoicated with a device pointer. More... | |
logical function | device_associated_r3 (x) |
Check if a Fortran rank 3 array is assoicated with a device pointer. More... | |
logical function | device_associated_r4 (x) |
Check if a Fortran rank 4 array is assoicated with a device pointer. More... | |
Definition at line 69 of file device.F90.
logical function device::device_associated::device_associated_r1 | ( | class(*), dimension(:), intent(inout), target | x | ) |
Definition at line 799 of file device.F90.
logical function device::device_associated::device_associated_r2 | ( | class(*), dimension(:,:), intent(inout), target | x | ) |
Definition at line 826 of file device.F90.
logical function device::device_associated::device_associated_r3 | ( | class(*), dimension(:,:,:), intent(inout), target | x | ) |
Definition at line 853 of file device.F90.
logical function device::device_associated::device_associated_r4 | ( | class(*), dimension(:,:,:,:), intent(inout), target | x | ) |
Definition at line 880 of file device.F90.