AbstractTimeDependentSimulationο
- class plasmapy.simulation.abstractions.AbstractTimeDependentSimulation[source]ο
Bases:
AbstractSimulationA prototype abstract interface for time-dependent numerical simulations.
Warning
This interface is unstable and is subject to change.
Methods Summary
finalize()Perform the steps to close the simulation.
Prepare the simulation to be run.
simulate()Perform the simulation.
Print a summary of the simulation parameters and status.
Methods Documentation
- abstractmethod simulate()ο
Perform the simulation.
- abstractmethod summarize()ο
Print a summary of the simulation parameters and status.