Declaration of a generic particle class.
bool operator!=(const NonCommParticle< M, N > &a_other) const
Comparison operator with other particle.
Definition CD_NonCommParticleImplem.H:83
RealVect & vect()
Get one of the RealVects.
Definition CD_NonCommParticleImplem.H:61
NonCommParticle()
Default constructor – initializes everything to zero.
Definition CD_NonCommParticleImplem.H:20
bool operator==(const NonCommParticle< M, N > &a_other) const
Comparison operator with other particle.
Definition CD_NonCommParticleImplem.H:76
virtual ~NonCommParticle()
Destructor (deallocates runtime memory storage)
Definition CD_NonCommParticleImplem.H:39
Real & real()
Get one of the scalars.
Definition CD_NonCommParticleImplem.H:45
Base class for a tracer particle solver. This solver can advance particles in a pre-defined velocity ...
Definition CD_TracerParticleSolver.H:37
TracerParticleSolver()
Default constructor.
Definition CD_TracerParticleSolverImplem.H:25