|
int ode_solver::evolve |
( |
double & |
t, |
|
|
double |
t1, |
|
|
double & |
step_size, |
|
|
vector & |
solution_y |
|
) |
| |
Function that evolves the chosen system with the appropriate stepping function.
- Parameters:
-
t | : Time |
t1 | : Final time |
step_size | : Step size to use (this is adaptive for most algorithms) |
solution_y | : Solution vector |
|