|
ESyS-Particle
4.0.1
|
class for slave part of scalar field defined on the particles More...
#include <VectorParticleFieldSlave.h>


Public Member Functions | |
| VectorParticleFieldSlave (TML_Comm *, ParallelParticleArray< T > *, typename T::VectorFieldFunction) | |
| virtual void | sendData () |
Protected Attributes | |
| T::VectorFieldFunction | m_rdf |
| ParallelParticleArray< T > * | m_ppa |
class for slave part of scalar field defined on the particles
| VectorParticleFieldSlave< T >::VectorParticleFieldSlave | ( | TML_Comm * | comm, |
| ParallelParticleArray< T > * | ppa, | ||
| typename T::VectorFieldFunction | rdf | ||
| ) |
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 |
| void VectorParticleFieldSlave< T >::sendData | ( | ) | [virtual] |
send data back to master
Implements AFieldSlave.
Reimplemented in VectorParticleFieldSlaveTagged< T >.
1.7.6.1