|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <scenario.h>


Public Member Functions | |
| ParticleContainer | initialParticles (Field &E, Field &B, Field &V) |
| virtual void | afterPush (int step, double time, ParticleContainer &particles, Field &E, Field &B, Field &V) |
| singleParticleScenario () | |
| Public Member Functions inherited from Scenario | |
| virtual void | newTimestep (int input_file_counter, int step, double time, ParticleContainer &particles, Field &E, Field &B, Field &V) |
| virtual void | beforePush (ParticleContainer &particles, Field &E, Field &B, Field &V) |
| virtual void | finalize (ParticleContainer &particles, Field &E, Field &B, Field &V) |
| Scenario () | |
Additional Inherited Members | |
| Public Attributes inherited from Scenario | |
| bool | needV |
Definition at line 67 of file scenario.h.
|
inline |
Definition at line 71 of file scenario.h.
|
virtual |
Reimplemented from Scenario.
Definition at line 45 of file scenario.cpp.
|
virtual |
Reimplemented from Scenario.
Definition at line 32 of file scenario.cpp.