|
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 | host_array::host_array_t |
| Host-only temporary array. More... | |
Modules | |
| module | host_array |
| Module containing host-only array type. | |
Functions/Subroutines | |
| subroutine | host_array::host_array_init (this, size) |
Initialize a host array of size size. | |
| subroutine | host_array::host_array_free (this) |
| Free a host array. | |
| subroutine | host_array::host_array_allocate (this, size) |
| Allocate a host array (used by init and assignment). | |
| subroutine | host_array::host_array_assign (this, source) |
| Assignment with deep-copy ownership semantics. | |
| pure integer function | host_array::host_array_size (this) |
| Return the number of entries in the host array. | |
| pure logical function | host_array::host_array_is_allocated (this) |
| Check whether the host array is allocated. | |