Implements type data_streamer_t.
◆ data_streamer_free()
subroutine data_streamer::data_streamer_free |
( |
class(data_streamer_t), intent(inout) |
this | ) |
|
|
private |
◆ data_streamer_init()
subroutine data_streamer::data_streamer_init |
( |
class(data_streamer_t), intent(inout) |
this, |
|
|
type(coef_t), intent(inout) |
coef |
|
) |
| |
- Parameters
-
coef | Type that contains geometrical information on the case. |
if_asynch | Controls whether the asyncrhonous executions is to be enabled. |
Definition at line 81 of file data_streamer.F90.
◆ data_streamer_recieve()
subroutine data_streamer::data_streamer_recieve |
( |
class(data_streamer_t), intent(inout) |
this, |
|
|
real(kind=rp), dimension(:,:,:,:), intent(inout) |
fld |
|
) |
| |
|
private |
◆ data_streamer_stream()
subroutine data_streamer::data_streamer_stream |
( |
class(data_streamer_t), intent(inout) |
this, |
|
|
real(kind=rp), dimension(:,:,:,:), intent(inout) |
fld |
|
) |
| |
|
private |