| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines a container for all statistics.
Data Types | |
| type | quantp_t | 
| Pointer to an arbitrary quantitiy.  More... | |
| type | stats_t | 
| Statistics backend.  More... | |
Functions/Subroutines | |
| subroutine | stats_init (this, t_begin, samp_interval, size) | 
| Initialize statistics, computed after T_begin.   | |
| subroutine | stats_free (this) | 
| Deallocate.   | |
| subroutine | stats_add (this, quant) | 
| Add a statistic quantitiy quant to the backend.   | |
| subroutine | stats_eval (this, t, dt, tstep) | 
| Evaluated all statistical quantities.   | |
      
  | 
  private | 
Definition at line 107 of file statistics.f90.
      
  | 
  private | 
Definition at line 124 of file statistics.f90.
      
  | 
  private | 
Definition at line 95 of file statistics.f90.