KTH framework for Nek5000 toolboxes; testing version  0.0.1
cvode_driver.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cv_setsize
 
subroutine cv_init
 
subroutine cdscal_cvode
 
subroutine cv_upd_v
 
subroutine cv_upd_w
 
subroutine cv_upd_coor
 
subroutine fcvfun (time_, y, ydot, ipar, rpar, ier)
 
subroutine cv_eval_geom
 
subroutine cv_settime
 
subroutine cv_pstat
 
subroutine cv_rstat
 

Function/Subroutine Documentation

◆ cdscal_cvode()

subroutine cdscal_cvode

Definition at line 20 of file cvode_driver.f.

References cfill(), copy(), create_comm(), cv_eval_geom(), cv_pstat(), cv_rstat(), cvunpack(), dnekclock_sync(), exitt(), set_convect_new(), and vlmax().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_eval_geom()

subroutine cv_eval_geom

Definition at line 544 of file cvode_driver.f.

References geodat1(), geom2(), glmapm1(), setdef(), setinvm(), and volume().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_init()

subroutine cv_init

Definition at line 11 of file cvode_driver.f.

References exitt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_pstat()

subroutine cv_pstat

Definition at line 584 of file cvode_driver.f.

+ Here is the caller graph for this function:

◆ cv_rstat()

subroutine cv_rstat

Definition at line 620 of file cvode_driver.f.

+ Here is the caller graph for this function:

◆ cv_setsize()

subroutine cv_setsize

Definition at line 2 of file cvode_driver.f.

References exitt().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_settime()

subroutine cv_settime

Definition at line 557 of file cvode_driver.f.

References rzero(), setabbd(), and setbd().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_upd_coor()

subroutine cv_upd_coor

Definition at line 386 of file cvode_driver.f.

References add3(), and sumab().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_upd_v()

subroutine cv_upd_v

Definition at line 331 of file cvode_driver.f.

References sumab().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cv_upd_w()

subroutine cv_upd_w

Definition at line 359 of file cvode_driver.f.

References sumab().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fcvfun()

subroutine fcvfun ( real  time_,
real, dimension(*)  y,
real, dimension(*)  ydot,
integer*8, dimension(*)  ipar,
real, dimension(*)  rpar,
  ier 
)

Definition at line 423 of file cvode_driver.f.

References col2(), col3(), copy(), cv_eval_geom(), cv_settime(), cv_upd_coor(), cv_upd_v(), cv_upd_w(), cvunpack(), dnekclock(), dssum(), invcol3(), makeq(), nvec_dssum(), set_convect_new(), sub2(), and vprops().

+ Here is the call graph for this function: