Skip to content

Runge-Kutta Integrator: Allow to Advance Time

Simon Spannagel requested to merge rungekutta into master

In some cases it might be interesting to advance the time in the Runge-Kutta integrator, e.g. when a charge carrier has been trapped for a certain amount of time. This MR adds the relevant method.

Merge request reports