KTH framework for Nek5000 toolboxes; testing version  0.0.1
cvode_preco_dummy.h
Go to the documentation of this file.
1  subroutine fcvpsol(tcv,y,fy,r,z,gam,delta,lr,ipar,rpar,w,ier)
2 
3  real tcv,y(*),fy(*),r(*),z(*),gam,delta,rpar(*),w(*)
4  integer*8 ipar(1)
5  integer lr, ier
6 
7  return
8  end
9 c----------------------------------------------------------------------
10  subroutine fcvpset(tcv,y,fy,jok,jcur,gam,h,ipar,rpar,w1,w2,w3,ier)
11 
12  real tcv,y(*),fy(*),gam,h,rpar(*),w1(*),w2(*),w3(*)
13  integer jok,jcur
14  integer*8 ipar(*)
15  integer ier
16 
17  return
18  end
subroutine fcvpsol(tcv, y, fy, r, z, gam, delta, lr, ipar, rpar, w, ier) real tcv
The nomenclature of the interpolating fields saved by Nek into the binary file int_fld is here explained w
Definition: field_list.txt:2