Scine::Kinetx  3.0.0
Kinetic models for reaction networks.
 All Classes Files Functions Variables Enumerations Pages
ImplicitEuler.h File Reference
Include dependency graph for ImplicitEuler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  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. More...
 

Detailed Description