verry.integrate.C0SolverResultContent#
- class verry.integrate.C0SolverResultContent(t, y, sol)#
Bases:
GenericInformation obtained when
C0Solversuccessfully 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.