cosapp.drivers.time.runge_kutta¶
Classes
|
Implementation of a few Runge-Kutta methods for time integration. |
-
class
cosapp.drivers.time.runge_kutta.RungeKutta(name='RK', owner: Optional[cosapp.systems.System] = None, order=2, **options)[source]¶ Bases:
cosapp.drivers.time.interfaces.ExplicitTimeDriverImplementation of a few Runge-Kutta methods for time integration. https://en.wikipedia.org/wiki/List_of_Runge%E2%80%93Kutta_methods
-
property
order¶ Numerical order of the time integration scheme
-
property