virtual void linearIn(void *buf)
Read a linear binary representation of the internal data. Assumes that the buffer has the correct dat...
Definition: CD_ItoPlasmaGodunovParticle.cpp:71
virtual int size() const
Returns the size, in number of bytes, of a flat representation of the data in this object.
Definition: CD_ItoPlasmaGodunovParticle.cpp:54
Real & mass()
Get mass.
Definition: CD_ItoPlasmaGodunovParticle.cpp:42
ItoPlasmaGodunovParticle()
Default constructor.
Definition: CD_ItoPlasmaGodunovParticle.cpp:18
void setMass(const Real a_mass)
Set particle mass.
Definition: CD_ItoPlasmaGodunovParticle.cpp:36
void define(const RealVect a_position, const Real a_mass)
For non-default ctor.
Definition: CD_ItoPlasmaGodunovParticle.cpp:29
virtual void linearOut(void *buf) const
Write a linear binary representation of the internal data. Assumes that sufficient memory for the buf...
Definition: CD_ItoPlasmaGodunovParticle.cpp:60
A particle class for use with Ito diffusion, i.e. drift-diffusion brownian walkers.
Definition: CD_ItoPlasmaGodunovParticle.H:33
virtual ~ItoPlasmaGodunovParticle()
Default dtor.
Definition: CD_ItoPlasmaGodunovParticle.cpp:26