pymloc.model.sensitivities.boundary_dae¶
Classes
|
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.SolvableSolvable 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
boundary_value_problem (pymloc.model.dynamical_system.parameter_bvp.ParameterBoundaryValueProblem) –
n_param (int) –
selector (Optional[Callable[[numpy.ndarray], numpy.ndarray]]) –
selector_shape (Optional[Tuple[int, ..]]) –
-
property
boundary_value_problem¶
-
property
dynamical_system¶
-
get_sensitivity_bvp(parameters=None)¶
-
property
n_param¶
-
property
parameters¶
-
property
selector¶
-
property
selector_theta¶
-
property
time_interval¶