Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
distributionScenario Struct Reference

#include <scenario.h>

Inheritance diagram for distributionScenario:
Collaboration diagram for distributionScenario:

Public Member Functions

ParticleContainer initialParticles (Field &E, Field &B, Field &V)
void newTimestep (int input_file_counter, int step, double time, ParticleContainer &particles, Field &E, Field &B, Field &V)
void finalize (ParticleContainer &particles, Field &E, Field &B, Field &V)
 distributionScenario ()
Public Member Functions inherited from Scenario
virtual void beforePush (ParticleContainer &particles, Field &E, Field &B, Field &V)
virtual void afterPush (int step, double time, ParticleContainer &particles, Field &E, Field &B, Field &V)
 Scenario ()

Additional Inherited Members

Public Attributes inherited from Scenario
bool needV

Detailed Description

Definition at line 75 of file scenario.h.

Constructor & Destructor Documentation

◆ distributionScenario()

distributionScenario::distributionScenario ( )
inline

Definition at line 81 of file scenario.h.

Member Function Documentation

◆ finalize()

void distributionScenario::finalize ( ParticleContainer & particles,
Field & E,
Field & B,
Field & V )
virtual

Reimplemented from Scenario.

Definition at line 93 of file scenario.cpp.

Here is the call graph for this function:

◆ initialParticles()

ParticleContainer distributionScenario::initialParticles ( Field & E,
Field & B,
Field & V )
virtual

Reimplemented from Scenario.

Definition at line 57 of file scenario.cpp.

Here is the call graph for this function:

◆ newTimestep()

void distributionScenario::newTimestep ( int input_file_counter,
int step,
double time,
ParticleContainer & particles,
Field & E,
Field & B,
Field & V )
virtual

Reimplemented from Scenario.

Definition at line 84 of file scenario.cpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following files: