KTH framework for Nek5000 toolboxes; testing version  0.0.1

Set of subroutines to use time steppers for e.g. power iterations or solution of eigenvalue problem with Arnoldi algorithm. More...

Go to the source code of this file.

Functions/Subroutines

subroutine tstpr_register ()
 Register time stepper module. More...
 
subroutine tstpr_init ()
 Initilise time stepper module. More...
 
logical function tstpr_is_initialised ()
 Check if module was initialised. More...
 
subroutine tstpr_main ()
 Control time stepper after every nek5000 step and call suitable stepper_vsolve of required submodule. More...
 
subroutine tstpr_dssum
 Average velocity and temperature at element faces. More...
 

Detailed Description

Set of subroutines to use time steppers for e.g. power iterations or solution of eigenvalue problem with Arnoldi algorithm.

Author
Adam Peplinski
Date
Mar 7, 2016

Definition in file tstpr.f.