|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Implements scalar_stats_ouput_t.
Data Types | |
| type | scalar_stats_output_t |
Defines an output for the scalar statistics computed using the scalar_stats_t object. More... | |
Functions/Subroutines | |
| subroutine | scalar_stats_output_init (this, stats, t_begin, hom_dir, name, path) |
| Constructor. | |
| subroutine | scalar_stats_output_sample (this, t) |
| Sample scalar_stats at time t. | |
| subroutine scalar_stats_output::scalar_stats_output_init | ( | class(scalar_stats_output_t), intent(inout) | this, |
| type(scalar_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 scalar_stats_output.f90.
|
private |
Definition at line 122 of file scalar_stats_output.f90.