pymloc.solvers.dynamical_systems.pygelda¶
Classes
|
Solver for the python interface pygelda of the FORTRAN solver GELDA. |
-
class
pymloc.solvers.dynamical_systems.pygelda.PyGELDA(model, stepsize, f_columns=1, **kwargs)¶ Bases:
pymloc.solvers.base_solver.BaseSolverSolver for the python interface pygelda of the FORTRAN solver GELDA.
- Parameters
f_columns (Number of columns of the inhomogeneity f. If > 1, this corresponds to) –
valued solutions. This structure is necessary for the computation of solutions (matrix) –
model (pymloc.model.dynamical_system.initial_value_problem.InitialValueProblem) –
stepsize (float) –
:param to the adjoint_sensitivity system in
adjoint_sensitivities.AdjointSensitivitiesSolver:-
property
model¶