TimeDependentProblem#

Module for the TimeDependentProblem class.

class TimeDependentProblem[source]#

Bases: AbstractProblem

Class for defining time-dependent problems, where the system’s behavior changes with respect to time.

Initialization of the AbstractProblem class.

abstract temporal_domain()[source]#

The temporal domain of the problem.

property temporal_variable#

Get the time variable of the problem.

Returns:

The time variable of the problem.

Return type:

list[str]