Integrator#

class brainpy.Integrator(variables, parameters, arguments, dt, name=None, state_delays=None)[source]#

Basic Integrator Class.

property arguments#

All arguments when calling the numer integrator of the differential equation.

property dt#

The numerical integration precision.

property integral#

The integral function.

property parameters#

The parameters defined in the differential equation.

set_integral(f)[source]#

Set the integral function.

property state_delays#

State delays.

property variables#

The variables defined in the differential equation.