pymloc.solvers.dynamical_systems.pygelda

Classes

PyGELDA(model, stepsize[, f_columns])

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

Solver for the python interface pygelda of the FORTRAN solver GELDA.

Parameters

:param to the adjoint_sensitivity system in adjoint_sensitivities.AdjointSensitivitiesSolver:

property model