A simulation component that streams data using ADIOS2.
◆ data_streamer_simcomp_compute()
◆ data_streamer_simcomp_free()
◆ data_streamer_simcomp_init_from_components()
| subroutine data_streamer_simcomp::data_streamer_simcomp_init_from_components |
( |
class(data_streamer_simcomp_t), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
name, |
|
|
character(len=20), dimension(:), intent(in) |
which_fields, |
|
|
real(kind=rp), intent(in) |
start_time, |
|
|
logical, intent(in) |
stream_mesh |
|
) |
| |
|
private |
- Parameters
-
| name | The unique name of the simcomp. |
| which_fields | The names of the fields to be streamed. |
| start_time | Time after which to start streaming. |
Definition at line 104 of file data_streamer_simcomp.f90.
◆ data_streamer_simcomp_init_from_json()