Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
buffer_4d_npar Module Reference

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
 

Function/Subroutine Documentation

◆ buffer_4d_npar_copy()

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.

◆ buffer_4d_npar_fill()

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.

◆ buffer_4d_npar_init()

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 64 of file buffer_4d_npar.F90.

Here is the call graph for this function:

Variable Documentation

◆ npar

integer, private buffer_4d_npar::npar
private

Definition at line 44 of file buffer_4d_npar.F90.

◆ nthpar

integer, private buffer_4d_npar::nthpar
private

Definition at line 43 of file buffer_4d_npar.F90.