KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Routines for time series module. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | tsrs_register () |
Register point time seriesmodule for statistics tool. More... | |
subroutine | tsrs_init () |
Initilise time series module. More... | |
subroutine | tsrs_end () |
Finalise time series module. More... | |
logical function | tsrs_is_initialised () |
Check if module was initialised. More... | |
subroutine | tsrs_main (ifsave) |
Main interface of time series module. More... | |
subroutine | tsrs_get () |
Perform interpolation and data buffering. More... | |
subroutine | tsrs_read_redistribute () |
Read and redistribute points among mpi ranks. More... | |
subroutine | tsrs_interpolate (vlct, vort, pres) |
Interpolate fields on a set of points. More... | |
subroutine | tsrs_buffer_save (ifapp, ifsave) |
Buffer and save interpolated fields. More... | |
Routines for time series module.
This is a set of routines to generate statistics related history
points. It is just a modiffication of hpts, but uses binary files and point localisation
Definition in file tsrs.f.