| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Data Types | |
| type | vector::vector_t | 
| type | vector::vector_ptr_t | 
Modules | |
| module | vector | 
| Defines a vector.  | |
Functions/Subroutines | |
| subroutine | vector::vector_init (v, n) | 
| Initialise a vector of size n.   | |
| subroutine | vector::vector_allocate (a, n) | 
| Vector allocation without initialisation.   | |
| subroutine | vector::vector_free (v) | 
| Deallocate a vector.   | |
| pure integer function | vector::vector_size (v) | 
| Return the number of entries in the vector.   | |
| subroutine | vector::vector_copy_from (v, memdir, sync) | 
| Easy way to copy between host and device.   | |
| subroutine | vector::vector_assign_vector (v, w) | 
| Assignment \( v = w \).   | |
| subroutine | vector::vector_assign_scalar (v, s) | 
| Assignment \( v = s \).   | |