Return the solutions for the specified DAE given the specified initial state, initial times, times of desired solution, and parameters and data, writing error and warning messages to the specified stream contained in the DAE system.
- Template Parameters
-
- Parameters
-
[in] | func | Calling function name (for printing debugging messages) |
[in] | dae | DAE system |
[in] | t0 | initial time. |
[in] | ts | times of the desired solutions, in strictly increasing order, all greater than the initial time. |
- Returns
- a vector of states, each state being a vector of the same size as the state variable, corresponding to a time in ts.
Definition at line 57 of file idas_integrator.hpp.