Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements fluid_stats_ouput_t
.
Data Types | |
type | fluid_stats_output_t |
Defines an output for the fluid statistics computed using the fluid_stats_t object. More... | |
Functions/Subroutines | |
subroutine | fluid_stats_output_init (this, stats, t_begin, hom_dir, name, path) |
Constructor. | |
subroutine | fluid_stats_output_sample (this, t) |
Sample fluid_stats at time t. | |
subroutine fluid_stats_output::fluid_stats_output_init | ( | class(fluid_stats_output_t), intent(inout) | this, |
type(fluid_stats_t), intent(inout), target | stats, | ||
real(kind=rp), intent(in) | t_begin, | ||
character(len=*), intent(in) | hom_dir, | ||
character(len=*), intent(in), optional | name, | ||
character(len=*), intent(in), optional | path | ||
) |
Definition at line 70 of file fluid_stats_output.f90.
|
private |
Definition at line 122 of file fluid_stats_output.f90.