|
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_npar_t |
Functions/Subroutines | |
| subroutine | buffer_4d_npar_init (this, precision, gdim, glb_nelv, offset_el, nelv, lx, ly, lz) |
| subroutine | buffer_4d_npar_fill (this, x, n) |
| subroutine | buffer_4d_npar_copy (this, x) |
Variables | |
| integer, private | nthpar |
| integer, private | npar |
| subroutine buffer_4d_npar::buffer_4d_npar_copy | ( | class(buffer_4d_npar_t), intent(inout) | this, |
| type(vector_t), intent(inout) | x | ||
| ) |
Definition at line 214 of file buffer_4d_npar.F90.
| subroutine buffer_4d_npar::buffer_4d_npar_fill | ( | class(buffer_4d_npar_t), intent(inout) | this, |
| real(kind=rp), dimension(n), intent(inout) | x, | ||
| integer, intent(inout) | n | ||
| ) |
Definition at line 98 of file buffer_4d_npar.F90.
| subroutine buffer_4d_npar::buffer_4d_npar_init | ( | class(buffer_4d_npar_t), intent(inout) | this, |
| logical, intent(in) | precision, | ||
| integer, intent(in) | gdim, | ||
| integer, intent(in) | glb_nelv, | ||
| integer, intent(in) | offset_el, | ||
| integer, intent(in) | nelv, | ||
| integer, intent(in) | lx, | ||
| integer, intent(in) | ly, | ||
| integer, intent(in) | lz | ||
| ) |
Definition at line 44 of file buffer_4d_npar.F90.
Definition at line 43 of file buffer_4d_npar.F90.