NoParticlesOnGridsTerminationConditionο
- class plasmapy.simulation.particle_tracker.termination_conditions.NoParticlesOnGridsTerminationCondition[source]ο
Bases:
AbstractTerminationConditionTermination condition corresponding to stopping the simulation when all particles have exited the grid.
Attributes Summary
The simulation is finished when no more particles are on any grids.
The progress of the simulation is measured by how many particles are no longer on a grid.
The progress meter is described in terms of the fraction of particles still on the grid.
The no field termination condition does not require a synchronized time step.
The progress of the simulation is measured against the total number of particles in the simulation.
Return the
ParticleTrackerobject for this termination condition.The progress meter is described in terms of the fraction of particles still on the grid.
Attributes Documentation
- is_finishedο
The simulation is finished when no more particles are on any grids.
- progressο
The progress of the simulation is measured by how many particles are no longer on a grid.
- progress_descriptionο
The progress meter is described in terms of the fraction of particles still on the grid.
- require_synchronized_dtο
The no field termination condition does not require a synchronized time step.
- totalο
The progress of the simulation is measured against the total number of particles in the simulation.
- trackerο
Return the
ParticleTrackerobject for this termination condition.
- units_stringο
The progress meter is described in terms of the fraction of particles still on the grid.