Ordinary Differential Equations¶
An ODEProblem represents an ordinary differential equation (ODE) with a given
state at an initial time.
This ODEProblem is built with a function of time and state, as well as an array
describing the intial state.
Note
This feature is under active development. Future iterations include the integration of
ODEProblem s with MDODiscipline.