Scine::Kinetx
3.0.0
Kinetic models for reaction networks.
|
Scine::Kinetx::Integrator | Base class for all Runge-Kutta methods/implementations |
Scine::Kinetx::Cvode | Sundials implementation called CVODE |
Scine::Kinetx::IntegratorBase | |
Scine::Kinetx::Cvode::Impl | |
Scine::Kinetx::RungeKutta | Base class for all Runge-Kutta methods/implementations |
Scine::Kinetx::CashKarp5 | Numerical integration according to the cash-karp-5 algorithm. This algorithm automatically generates the time step. (Ref. https://arxiv.org/pdf/1309.2710.pdf, https://doi.org/10.1016/j.jcp.2013.09.025) |
Scine::Kinetx::ExplicitEuler | Euler-type integration (dt * dy/dt) |
Scine::Kinetx::ImplicitEuler | Implicit Euler-type integration algorithm (y_k+1 = dt f(t_k+1, y_k+1)), where f(t_k+1, y_k+1) is the reaction rate and k the integration step. Requires the Jacobian of the reaction system |
list | |
setup.EmptyListWithLength | |
Scine::Kinetx::Network | |
Scine::Kinetx::NetworkBuilder | A class allowing for easier building of reaction networks |
Scine::Kinetx::RandomNetworkFactory | A factory class for test networks |