pymloc.model.dynamical_system.initial_value_problem¶
Classes
|
Defines initial value problems for dynamical systems. |
-
class
pymloc.model.dynamical_system.initial_value_problem.InitialValueProblem(initial_value, time_interval, dynamical_system)¶ Bases:
pymloc.model.dynamical_system.boundary_value_problem.BoundaryValueProblemDefines initial value problems for dynamical systems.
- Parameters
initial_value (numpy.ndarray) –
time_interval (pymloc.model.variables.time_function.Time) –
-
property
initial_value¶ The initial value of the initial value problem.