verry.integrate.C1SolverResultContent#
- class verry.integrate.C1SolverResultContent(t, y, sol, jac)#
Bases:
Generic
Information obtained when
C1Solver
successfully 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.