pymloc.solvers.dynamical_systems.multiple_shooting

Classes

MultipleShooting(bvp, flow_problem, …[, …])

Solver for solving MultipleBoundaryValueProblems with a multiple shooting approach.

class pymloc.solvers.dynamical_systems.multiple_shooting.MultipleShooting(bvp, flow_problem, ivp_problem, shooting_nodes, stepsize=0.1, *args, **kwargs)

Bases: pymloc.solvers.base_solver.BaseSolver

Solver for solving MultipleBoundaryValueProblems with a multiple shooting approach.

Parameters
property bvp