pylupnt.TerminationInfo

class pylupnt.TerminationInfo

Outcome of a PropagateEx call: whether/why it stopped, stop time, and step count.

property reason

Termination reason (see TerminationReason).

property steps

Number of integration steps taken.

property t_stop

Time actually reached [s].

property terminated

True if propagation stopped before tf (user condition or max iterations).