NRL-Plasma-Physics-Division / turbopy

A lightweight computational physics framework, based on the organization of turboWAVE. Implements a "Simulation, PhysicsModule, ComputeTool, Diagnostic" class hierarchy.
https://turbopy.readthedocs.io/
Creative Commons Zero v1.0 Universal
10 stars 18 forks source link

Add function for turning back the clock #143

Closed arichar6 closed 4 years ago

arichar6 commented 4 years ago

Some methods, such as predictor/corrector methods, need to do work at times other than the full time step. One way to achieve this would be to allow the clock to be set back some number of steps.