pyoculus.maps.integrated_map

class pyoculus.maps.integrated_map.IntegratedMap(dim=2, domain=None, periodicity=None, dzeta=1, integrator=<class 'pyoculus.integrators.scipyode_integrator.ScipyODEIntegrator'>, **kwargs)

Defines the base class for a continous map that needs to be integrated.

_integrator

The integrator used to integrate the map.

Type:

BaseIntegrator

Example of Methods:
  • ode_rhs: Calculates the right-hand side (RHS) of the ordinary differential equation (ODE).

  • ode_rhs_tangent: Calculates the right-hand side (RHS) of the ODE including the differential of the dependent variables.