IntervalSaveRoutineο
- class plasmapy.simulation.particle_tracker.save_routines.IntervalSaveRoutine(interval: Quantity, **kwargs)[source]ο
Bases:
AbstractSaveRoutineAbstract class describing a save routine that saves every given interval.
Attributes Summary
Save output only makes sense for synchronized time steps.
Return the results of the simulation.
Save at every interval given in instantiation.
Return the
ParticleTrackerobject for this stop condition.Methods Summary
Function called after a push step.
save()Save the current state of the simulation.
Attributes Documentation
- require_synchronized_dtο
Save output only makes sense for synchronized time steps.
- resultsο
Return the results of the simulation. The quantities returned depend on those defined in the body of the save routine.
- save_nowο
Save at every interval given in instantiation.
- trackerο
Return the
ParticleTrackerobject for this stop condition.
Methods Documentation