AbstractSimulation
- class plasmapy.simulation.abstractions.AbstractSimulation[source]
Bases:
ABC
A prototype abstract interface for numerical simulations.
Attention
This feature is under development. Breaking changes may occur in the future.
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