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_1d_t |
Functions/Subroutines | |
subroutine | buffer_1d_init (this, precision, gdim, glb_nelv, offset_el, nelv, lx, ly, lz) |
subroutine | buffer_1d_fill (this, x, n) |
subroutine | buffer_1d_copy (this, x) |
subroutine buffer_1d::buffer_1d_copy | ( | class(buffer_1d_t), intent(inout) | this, |
type(vector_t), intent(inout) | x | ||
) |
Definition at line 182 of file buffer_1d.F90.
subroutine buffer_1d::buffer_1d_fill | ( | class(buffer_1d_t), intent(inout) | this, |
real(kind=rp), dimension(n), intent(inout) | x, | ||
integer, intent(inout) | n | ||
) |
Definition at line 90 of file buffer_1d.F90.