Hello, to solve a system of ODEs, I set up a Python-code with solve_ivp as ODE-solver. The solver is calling a function, which generates my ODE-system. Inside my ODE-system, I need the previous timesteps t(t-1) and solutions y(t-1), which were calculated by solve_ivp. Is there a way to get solutions and timesteps of previous calculations? Beste greetings! Mathias

More Mathias Heiker's questions See All
Similar questions and discussions