Go to the source code of this file.
|
| 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.
|
| |