pymloc.model.dynamical_system.flow_problem

Classes

LinearFlow(time_interval, flow_dae)

Defines a LinearFlow Solvable, which has the task of computing the flow operator of a differential algebraic equation.

class pymloc.model.dynamical_system.flow_problem.LinearFlow(time_interval, flow_dae)

Bases: pymloc.model.solvable.Solvable

Defines a LinearFlow Solvable, which has the task of computing the flow operator of a differential algebraic equation.

Parameters
property flow_dae