| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Generic buffer that is extended with buffers of varying rank.
Data Types | |
| type | buffer_4d_t | 
Functions/Subroutines | |
| subroutine | buffer_4d_init (this, precision, gdim, glb_nelv, offset_el, nelv, lx, ly, lz) | 
| subroutine | buffer_4d_fill (this, x, n) | 
| subroutine | buffer_4d_copy (this, x) | 
| subroutine buffer_4d::buffer_4d_copy | ( | class(buffer_4d_t), intent(inout) | this, | 
| type(vector_t), intent(inout) | x | ||
| ) | 
Definition at line 201 of file buffer_4d.F90.
| subroutine buffer_4d::buffer_4d_fill | ( | class(buffer_4d_t), intent(inout) | this, | 
| real(kind=rp), dimension(n), intent(inout) | x, | ||
| integer, intent(inout) | n | ||
| ) | 
Definition at line 90 of file buffer_4d.F90.