Introduction ODE simulator ODE system builder PyCode ODE system exporter PyCode ODE system importer Simple ODE system exporter Simple ODE system importer Version
Technical Documentation
Resources
Tasks
ODE simulator
Simulator of a system of ordinary differential equations
Base class
Input
Output
Configuration
initial_time
The initial simulation time
float
final_time
The final simulation time
float
100
time_step
The simulation time step
float
0.01
method
Integration method
string
RK45
RK23
DOP853
Radau
BDF
LSODA
RK45