|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Associate a Fortran array to a (allocated) device pointer. More...
Public Member Functions | |
| subroutine | device_associate_r1 (x, x_d, n) |
| Associate a Fortran rank 1 array to a (allocated) device pointer. | |
| subroutine | device_associate_r2 (x, x_d, n) |
| Associate a Fortran rank 2 array to a (allocated) device pointer. | |
| subroutine | device_associate_r3 (x, x_d, n) |
| Associate a Fortran rank 3 array to a (allocated) device pointer. | |
| subroutine | device_associate_r4 (x, x_d, n) |
| Associate a Fortran rank 4 array to a (allocated) device pointer. | |
Definition at line 89 of file device.F90.
| subroutine device::device_associate::device_associate_r1 | ( | class(*), dimension(:), intent(inout), target | x, |
| type(c_ptr), intent(inout) | x_d, | ||
| integer, intent(in), optional | n | ||
| ) |
Definition at line 578 of file device.F90.
| subroutine device::device_associate::device_associate_r2 | ( | class(*), dimension(:,:), intent(inout), target | x, |
| type(c_ptr), intent(inout) | x_d, | ||
| integer, intent(in), optional | n | ||
| ) |
Definition at line 615 of file device.F90.
| subroutine device::device_associate::device_associate_r3 | ( | class(*), dimension(:,:,:), intent(inout), target | x, |
| type(c_ptr), intent(inout) | x_d, | ||
| integer, intent(in), optional | n | ||
| ) |
Definition at line 652 of file device.F90.
| subroutine device::device_associate::device_associate_r4 | ( | class(*), dimension(:,:,:,:), intent(inout), target | x, |
| type(c_ptr), intent(inout) | x_d, | ||
| integer, intent(in), optional | n | ||
| ) |
Definition at line 688 of file device.F90.