ODEProblemExpr(sys)
gives the ODEProblem as a Julia expression instead of as the object itself. That’s one tool here.
You can check equations(odesys)
and then create a new equation array that you then create a new system from.
ODEProblemExpr(sys)
gives the ODEProblem as a Julia expression instead of as the object itself. That’s one tool here.
You can check equations(odesys)
and then create a new equation array that you then create a new system from.