pymloc.model.sensitivities.boundary_dae

Classes

BVPSensitivities(boundary_value_problem, n_param)

Solvable object that contains parameter dependent boundary value problems for strangenesss-free differential algebraic equations and all necessary quantities for the computation of the sensitivities.

class pymloc.model.sensitivities.boundary_dae.BVPSensitivities(boundary_value_problem, n_param, selector=None, selector_shape=None)

Bases: pymloc.model.solvable.Solvable

Solvable object that contains parameter dependent boundary value problems for strangenesss-free differential algebraic equations and all necessary quantities for the computation of the sensitivities.

Parameters
property boundary_value_problem
property dynamical_system
get_sensitivity_bvp(parameters=None)
Return type

pymloc.model.dynamical_system.boundary_value_problem.BoundaryValueProblem

property n_param
property parameters
property selector
property selector_theta
property time_interval