|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Unmap a Fortran array from a device (deassociate and free) More...
Public Member Functions | |
| subroutine | device_unmap_r1 (x, x_d) |
| Unmap a Fortran rank 1 array from a device (deassociate and free) | |
| subroutine | device_unmap_r2 (x, x_d) |
| Unmap a Fortran rank 2 array from a device (deassociate and free) | |
| subroutine | device_unmap_r3 (x, x_d) |
| Unmap a Fortran rank 3 array from a device (deassociate and free) | |
| subroutine | device_unmap_r4 (x, x_d) |
| Unmap a Fortran rank 4 array from a device (deassociate and free) | |
Definition at line 83 of file device.F90.