|
#include <MpiDataClass.h>
Public Member Functions | |
void | copyDataFromMPIParticleToParticle (BaseParticle *p) |
void | copyDataFromParticleToMPIParticle (BaseParticle *p) |
Public Member Functions inherited from MPISphericalParticle | |
void | copyDataFromMPIParticleToParticle (BaseParticle *p) |
Copies data from a BaseParticle to an MPIParticle class and returns this. More... | |
void | copyDataFromParticleToMPIParticle (BaseParticle *p) |
Static Public Member Functions | |
static BaseParticle * | newParticle () |
Static Public Member Functions inherited from MPISphericalParticle | |
static BaseParticle * | newParticle () |
Public Attributes | |
Mdouble | liquidVolume |
Public Attributes inherited from MPISphericalParticle | |
unsigned int | id |
unsigned int | indSpecies |
unsigned int | HGridLevel |
Mdouble | radius |
Vec3D | position |
Vec3D | angularVelocity |
Vec3D | velocity |
Quaternion | orientation |
unsigned | communicationComplexity |
bool | isMaser |
bool | isFixed |
void MPILiquidFilmParticle::copyDataFromMPIParticleToParticle | ( | BaseParticle * | p | ) |
References MPISphericalParticle::copyDataFromMPIParticleToParticle(), and liquidVolume.
void MPILiquidFilmParticle::copyDataFromParticleToMPIParticle | ( | BaseParticle * | p | ) |
References MPISphericalParticle::copyDataFromParticleToMPIParticle(), and liquidVolume.
|
static |
Mdouble MPILiquidFilmParticle::liquidVolume |
Referenced by copyDataFromMPIParticleToParticle(), and copyDataFromParticleToMPIParticle().