|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
| type | device_array::device_array_t |
| Device-only temporary array. More... | |
Modules | |
| module | device_array |
| Module containing device only array type. | |
Functions/Subroutines | |
| subroutine | device_array::device_array_init (this, size) |
Initialize a device array of size size. | |
| subroutine | device_array::device_array_free (this) |
| Free a device array. | |
| subroutine | device_array::device_array_allocate (this, size) |
| Allocate a device array (used by init and assignment). | |
| subroutine | device_array::device_array_assign (this, source) |
| Assignment with deep-copy ownership semantics. | |
| pure integer function | device_array::device_array_size (this) |
| Return the size of the device array. | |
| pure logical function | device_array::device_array_is_allocated (this) |
| Check whether the device array is allocated. | |