Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Deassociate a Fortran array from a device pointer. More...
Public Member Functions | |
subroutine | device_deassociate_r1 (x) |
Deassociate a Fortran rank 1 array from a device pointer. More... | |
subroutine | device_deassociate_r2 (x) |
Deassociate a Fortran rank 2 array from a device pointer. More... | |
subroutine | device_deassociate_r3 (x) |
Deassociate a Fortran rank 3 array from a device pointer. More... | |
subroutine | device_deassociate_r4 (x) |
Deassociate a Fortran rank 4 array from a device pointer. More... | |
Definition at line 75 of file device.F90.
subroutine device::device_deassociate::device_deassociate_r1 | ( | class(*), dimension(:), intent(inout), target | x | ) |
Definition at line 587 of file device.F90.
subroutine device::device_deassociate::device_deassociate_r2 | ( | class(*), dimension(:,:), intent(inout), target | x | ) |
Definition at line 611 of file device.F90.
subroutine device::device_deassociate::device_deassociate_r3 | ( | class(*), dimension(:,:,:), intent(inout), target | x | ) |
Definition at line 635 of file device.F90.
subroutine device::device_deassociate::device_deassociate_r4 | ( | class(*), dimension(:,:,:,:), intent(inout), target | x | ) |
Definition at line 659 of file device.F90.