Declaration of a generic particle class.
Implementation of CD_SimpleItoParticle.H.
A generic particle class, holding the position and a specified number of real and vector values.
Definition: CD_GenericParticle.H:33
A particle class for reducing HDF5 I/O file sizes when using ItoSolver.
Definition: CD_SimpleItoParticle.H:31
Real & energy()
Get energy.
Definition: CD_SimpleItoParticleImplem.H:51
Real & weight()
Get weight.
Definition: CD_SimpleItoParticleImplem.H:39
SimpleItoParticle()
Default constructor. Should subsequently set weight/position/energy.
Definition: CD_SimpleItoParticleImplem.H:19
void define(const Real a_weight, const RealVect a_position, const Real a_energy)
Define function. Sets weight, position, and energy.
Definition: CD_SimpleItoParticleImplem.H:31
virtual ~SimpleItoParticle()
Destructor (does nothing)
Definition: CD_SimpleItoParticleImplem.H:27