verry.integrate.C1SolverResultContent#
- class verry.integrate.C1SolverResultContent(t, y, sol, jac)#
Bases:
GenericInformation obtained when
C1Solversuccessfully worked.- Variables:
t (Interval) – Boundary time passed to
C1Solver.solve().y (tuple[Interval, ...], length n) – The value of
sol(t).sol (ODESolution) – Solution of ODEs.
jac (IntervalMatrix, shape (n, n)) – Jacobian matrix of flow with respect to initial values.