RoutineBase.init#

RoutineBase.init(**kwargs)[source]#

Initialize the routine.

Other Parameters:
force: bool

Whether to force initialization regardless of the current initialization status.

force_mats: bool

Whether to force build the system matrices, goes to self.system.mats.build().

force_constr: bool

Whether to turn on all constraints.

force_om: bool

Whether to force initialize the optimization model.