mumot.MuMoTintegrateView¶
-
class
mumot.MuMoTintegrateView(*args, **kwargs)[source]¶ Bases:
mumot.views.MuMoTtimeEvolutionViewNumerical solution of ODEs plot view on model.
Methods
__init__(*args, **kwargs)Initialize self. showLogs(tail)Show logs from view. -
showLogs(tail: bool = False) → None¶ Show logs from view.
Parameters: tail (bool, optional) – Flag to show only tail entries from logs. Defaults to False.
-