Neko  0.8.99
A portable framework for high-order spectral element flow simulations
stats::stats_t Type Reference

Statistics backend. More...

Collaboration diagram for stats::stats_t:

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...
 

Detailed Description

Definition at line 48 of file statistics.f90.

Member Function/Subroutine Documentation

◆ add()

procedure, pass(this) stats::stats_t::add

Definition at line 58 of file statistics.f90.

◆ eval()

procedure, pass(this) stats::stats_t::eval

Definition at line 59 of file statistics.f90.

◆ free()

procedure, pass(this) stats::stats_t::free

Definition at line 57 of file statistics.f90.

◆ init()

procedure, pass(this) stats::stats_t::init

Definition at line 56 of file statistics.f90.

Member Data Documentation

◆ n

integer stats::stats_t::n

Definition at line 50 of file statistics.f90.

◆ quant_list

type(quantp_t), dimension(:), allocatable stats::stats_t::quant_list

Definition at line 49 of file statistics.f90.

◆ samp_interval

integer stats::stats_t::samp_interval

Definition at line 54 of file statistics.f90.

◆ size

integer stats::stats_t::size

Definition at line 51 of file statistics.f90.

◆ t_begin

real(kind=rp) stats::stats_t::t_begin

Definition at line 52 of file statistics.f90.

◆ t_diff

real(kind=rp) stats::stats_t::t_diff

Definition at line 53 of file statistics.f90.


The documentation for this type was generated from the following file: