| 
    Neko 0.9.1
    
   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.   | |
| subroutine | stats::stats_free (this) | 
| Deallocate.   | |
| subroutine | stats::stats_add (this, quant) | 
| Add a statistic quantitiy quant to the backend.   | |
| subroutine | stats::stats_eval (this, t, dt, tstep) | 
| Evaluated all statistical quantities.   | |