verry.integrate.C0SolverResultContent#
- class verry.integrate.C0SolverResultContent(t, y, sol)#
Bases:
Generic
Information obtained when
C0Solver
successfully worked.- Variables:
t (Interval) – Boundary time passed to
C0Solver.solve()
.y (tuple[Interval, ...], length n) – The value of
sol(t)
.sol (ODESolution) – Solution of ODEs.