Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
device::device_unmap Interface Reference

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)
 

Detailed Description

Definition at line 83 of file device.F90.

Member Function/Subroutine Documentation

◆ device_unmap_r1()

subroutine device::device_unmap::device_unmap_r1 ( class(*), dimension(:), intent(inout), target  x,
type(c_ptr), intent(inout x_d 
)

Definition at line 890 of file device.F90.

Here is the call graph for this function:

◆ device_unmap_r2()

subroutine device::device_unmap::device_unmap_r2 ( class(*), dimension(:,:), intent(inout), target  x,
type(c_ptr), intent(inout x_d 
)

Definition at line 927 of file device.F90.

Here is the call graph for this function:

◆ device_unmap_r3()

subroutine device::device_unmap::device_unmap_r3 ( class(*), dimension(:,:,:), intent(inout), target  x,
type(c_ptr), intent(inout x_d 
)

Definition at line 964 of file device.F90.

Here is the call graph for this function:

◆ device_unmap_r4()

subroutine device::device_unmap::device_unmap_r4 ( class(*), dimension(:,:,:,:), intent(inout), target  x,
type(c_ptr), intent(inout x_d 
)

Definition at line 1001 of file device.F90.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: