Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
data_streamer.F90 File Reference

Go to the source code of this file.

Data Types

type  data_streamer::data_streamer_t
 Provides access to data streaming by interfacing with c++ ADIOS2 subroutines. More...
 

Modules

module  data_streamer
 Implements type data_streamer_t.
 

Functions/Subroutines

subroutine data_streamer::data_streamer_init_params (this, nelv, lx, ly, lz, glb_nelv, offset_el, gdim, timeout_seconds)
 Constructor from parameters.
 
subroutine data_streamer::data_streamer_free (this)
 Destructor wraps the adios2 finalize routine. Closes insitu writer.
 
subroutine data_streamer::data_streamer_stream (this, fld)
 streamer
 
subroutine data_streamer::data_streamer_recieve (this, fld)
 reciever
 
subroutine data_streamer::data_streamer_init_coef (this, coef, timeout_seconds)
 Constructor from a coef_t object. Kept for backwards compatibility. Wraps the adios2 set-up.
 
subroutine data_streamer::data_streamer_init_msh_xh (this, msh, xh, timeout_seconds)
 Constructor from a mesh and space.