|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Statistics backend. More...

Public Member Functions | |
| procedure, pass(this) | init (this, t_begin, samp_interval, size) |
| Initialize statistics, computed after T_begin. | |
| procedure, pass(this) | free (this) |
| Deallocate. | |
| procedure, pass(this) | add (this, quant) |
| Add a statistic quantitiy quant to the backend. | |
| procedure, pass(this) | eval (this, t, dt, tstep) |
| Evaluated all statistical quantities. | |
Public Attributes | |
| type(quantp_t), dimension(:), allocatable | quant_list |
| integer | n |
| integer | size |
| real(kind=rp) | t_begin |
| Start time for averaging. | |
| real(kind=rp) | t_diff |
| Time since last sample. | |
| integer | samp_interval |
| Number of time steps between samples. | |
Definition at line 48 of file statistics.f90.
| procedure, pass(this) stats::stats_t::add | ( | class(stats_t), intent(inout) | this, |
| class(stats_quant_t), intent(inout), target | quant | ||
| ) |
Definition at line 58 of file statistics.f90.
| procedure, pass(this) stats::stats_t::eval | ( | class(stats_t), intent(inout) | this, |
| real(kind=rp), intent(in) | t, | ||
| real(kind=rp), intent(in) | dt, | ||
| integer, intent(in) | tstep | ||
| ) |
Definition at line 59 of file statistics.f90.
Definition at line 57 of file statistics.f90.
| procedure, pass(this) stats::stats_t::init | ( | class(stats_t), intent(inout) | this, |
| real(kind=rp), intent(in) | t_begin, | ||
| integer, intent(in) | samp_interval, | ||
| integer, intent(inout), optional | size | ||
| ) |
Definition at line 56 of file statistics.f90.
| integer stats::stats_t::n |
Definition at line 50 of file statistics.f90.
| type(quantp_t), dimension(:), allocatable stats::stats_t::quant_list |
Definition at line 49 of file statistics.f90.
| integer stats::stats_t::samp_interval |
Definition at line 54 of file statistics.f90.
| integer stats::stats_t::size |
Definition at line 51 of file statistics.f90.
Definition at line 52 of file statistics.f90.
Definition at line 53 of file statistics.f90.