kernel_rksuite.f90 File Reference

The kernel_rksuite module. More...

Modules

module  kernel_rksuite
 Wrapper for the 3rd party RKSuite90 solver.
 

Functions/Subroutines

real(c_double) function, dimension(size(y)) f (t, y)
 
subroutine, public rksuite_solve (trx, itot, non, n0, n, delta_t, diag, a, b, zero_flux_step, is_adjoint)
 

Variables

type(origen_transitionmatrixp) xtrx
 Library data. More...
 
real(c_double), dimension(:), allocatable xd
 Diagonal elements of the transition matrix. More...
 
real(c_double), dimension(:), allocatable xa
 Nondiagonal elements of the transition matrix. More...
 
real(c_double), dimension(:), allocatable xb
 Right side of the equation (source term) More...
 
real(c_double) fake_flux
 fake flux level to last_transition is decay if=0 More...
 
integer, dimension(:), allocatable xloc
 location array More...
 

Detailed Description

The kernel_rksuite module.