pymloc.model.dynamical_system.initial_value_problem

Classes

InitialValueProblem(initial_value, …)

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.BoundaryValueProblem

Defines initial value problems for dynamical systems.

Parameters
property initial_value

The initial value of the initial value problem.