ESyS-Particle
4.0.1
|
class for slave part of scalar field defined on the particles More...
#include <VectorParticleFieldSlaveTagged.h>
Public Member Functions | |
VectorParticleFieldSlaveTagged (TML_Comm *, ParallelParticleArray< T > *, typename T::VectorFieldFunction, int, int) | |
virtual void | sendData () |
class for slave part of scalar field defined on the particles
VectorParticleFieldSlaveTagged< T >::VectorParticleFieldSlaveTagged | ( | TML_Comm * | comm, |
ParallelParticleArray< T > * | ppa, | ||
typename T::VectorFieldFunction | rdf, | ||
int | tag, | ||
int | mask | ||
) |
constructor
comm | the TML communicator used for sending the data back to the master |
ppa | a pointer to the particle array |
rdf | the particle member function to access the data |
tag | the tag |
mask | the mask |
void VectorParticleFieldSlaveTagged< T >::sendData | ( | ) | [virtual] |
send data back to master
Reimplemented from VectorParticleFieldSlave< T >.