|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Implements type data_streamer_t.
Data Types | |
| type | data_streamer_t |
| Provides access to data streaming by interfacing with c++ ADIOS2 subroutines. More... | |
Functions/Subroutines | |
| subroutine | data_streamer_init (this, coef, timeout_seconds) |
| Constructor Wraps the adios2 set-up. | |
| subroutine | data_streamer_free (this) |
| Destructor wraps the adios2 finalize routine. Closes insitu writer. | |
| subroutine | data_streamer_stream (this, fld) |
| streamer | |
| subroutine | data_streamer_recieve (this, fld) |
| reciever | |
|
private |
| subroutine data_streamer::data_streamer_init | ( | class(data_streamer_t), intent(inout) | this, |
| type(coef_t), intent(inout) | coef, | ||
| integer, intent(in), optional | timeout_seconds | ||
| ) |
| coef | Type that contains geometrical information on the case. |
| timeout_seconds | Time in seconds after which the streaming should time out. Default is 300 seconds. |
Definition at line 80 of file data_streamer.F90.

|
private |
| fld | array of shape fieldx |
Definition at line 146 of file data_streamer.F90.

|
private |
| fld | array of shape fieldx |
Definition at line 129 of file data_streamer.F90.
