Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Statistics backend. More...
Public Member Functions | |
procedure, pass(this) | init => stats_init |
procedure, pass(this) | free => stats_free |
procedure, pass(this) | add => stats_add |
procedure, pass(this) | eval => stats_eval |
Public Attributes | |
type(quantp_t), dimension(:), allocatable | quant_list |
integer | n |
integer | size |
real(kind=rp) | t_begin |
Start time for averaging. More... | |
real(kind=rp) | t_diff |
Time since last sample. More... | |
integer | samp_interval |
Number of time steps between samples. More... | |
Definition at line 48 of file statistics.f90.
procedure, pass(this) stats::stats_t::add |
Definition at line 58 of file statistics.f90.
procedure, pass(this) stats::stats_t::eval |
Definition at line 59 of file statistics.f90.
procedure, pass(this) stats::stats_t::free |
Definition at line 57 of file statistics.f90.
procedure, pass(this) stats::stats_t::init |
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.
real(kind=rp) stats::stats_t::t_begin |
Definition at line 52 of file statistics.f90.
real(kind=rp) stats::stats_t::t_diff |
Definition at line 53 of file statistics.f90.