-
This is a summary of the discussions in #7 and #4 and intended to reflect the latest decisions about the API.
Each (adaptive) solver accepts 3 arguments (PR in #14 )
- `F`: the RHS of the ODE `dy/dt …
acroy updated
10 years ago
-
It seems that calling integrate_adaptive with the final time equal to the time-step makes it nonadaptive.
That is, the method is applied for a single time step regardless of the error.
I tried this w…
-
I am trying to implicitly represent a function after integration by keeping around the stepper's state after each step and using calc_state to query the value of the function between calculated points…
-
```
diff --git a/boost/numeric/odeint/external/thrust/thrust_operations.hpp b/boost/numeric/odeint/external/thrust/thrust_operations.hpp
index be79f17..710657a 100644
--- a/boost/numeric/odeint/extern…