Declaration of a computational point particle.
RealVect & position()
Get the particle position.
Definition: CD_GenericParticleImplem.H:47
PointParticle()
Default constructor. Sets weight and position to zero.
Definition: CD_PointParticleImplem.H:19
virtual ~PointParticle()
Dtor - does nothing.
Definition: CD_PointParticleImplem.H:27
void define(const RealVect a_position, const Real a_weight)
Full define function.
Definition: CD_PointParticleImplem.H:31
Real & weight()
Get weight.
Definition: CD_PointParticleImplem.H:38