Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | stats::quantp_t |
Pointer to an arbitrary quantitiy. More... | |
type | stats::stats_t |
Statistics backend. More... | |
Modules | |
module | stats |
Defines a container for all statistics. | |
Functions/Subroutines | |
subroutine | stats::stats_init (this, T_begin, samp_interval, size) |
Initialize statistics, computed after T_begin. More... | |
subroutine | stats::stats_free (this) |
Deallocate. More... | |
subroutine | stats::stats_add (this, quant) |
Add a statistic quantitiy quant to the backend. More... | |
subroutine | stats::stats_eval (this, t, dt, tstep) |
Evaluated all statistical quantities. More... | |