-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Currently, different logic and bookkeeping regarding time stepping, logging, progressbars, and solvers is crammed into run_time_dependent_model. This makes it hard to see the time stepping and solver logic.
Analog to the rewrite of NewtonSolver in #1448, we want to introduce a base class ModelRunner, with childs StationaryModelRunner, TimeDependentModelRunner, and IterativeModelRunner that clearly separate the logic into different methods.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels