KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
2D and 3D statistics module More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | stat_register () |
Register 2D and 3D statistics module. More... | |
subroutine | stat_init () |
Initilise statistics module. More... | |
subroutine | stat_end () |
Finalise statistics module. More... | |
logical function | stat_is_initialised () |
Check if module was initialised. More... | |
subroutine | stat_avg |
Main interface of statistics module. More... | |
subroutine | stat_init_int1d () |
Get local integration coefficients. More... | |
subroutine | stat_reshufflev (rvar, var, nl) |
Array reshuffle. More... | |
subroutine | stat_compute_1dav1 (lvar, npos, alpha, beta) |
Perform local 1D integration on 1 variable. More... | |
subroutine | stat_compute_1dav2 (lvar1, lvar2, npos, alpha, beta) |
Perform local 1D integration on multiplication of 2 variables. More... | |
subroutine | stat_gs_sum |
Global statistics summation. More... | |
subroutine | stat_compute () |
Compute statistics. More... | |
2D and 3D statistics module
Definition in file stat.f.