Expand description

Integrates the equation to update a pendulum for one step.

Modules

  • explicit 🔒
    A naive integrator which is not energy-conserving. This exists only to compare with the default implicit integrator, and thus is considered to be a feature.
  • implicit 🔒
    An energy-conserving integrator.

Functions