2D and 3D statistics module More...
Functions/Subroutines | |
| subroutine | stat_register () |
| Register 2D and 3D statistics module. More... | |
| subroutine | stat_init () |
| Initilise 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