ESyS-Particle
4.0.1
|
class for slave part of scalar field defined on the particles More...
#include <ScalarParticleFieldSlave.h>
Public Member Functions | |
ScalarParticleFieldSlave (TML_Comm *, ParallelParticleArray< T > *, typename T::ScalarFieldFunction) | |
virtual void | sendData () |
![]() | |
AFieldSlave (TML_Comm *) |
Protected Attributes | |
T::ScalarFieldFunction | m_rdf |
ParallelParticleArray< T > * | m_ppa |
![]() | |
TML_Comm * | m_comm |
class for slave part of scalar field defined on the particles
ScalarParticleFieldSlave< T >::ScalarParticleFieldSlave | ( | TML_Comm * | comm, |
ParallelParticleArray< T > * | ppa, | ||
typename T::ScalarFieldFunction | 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 |
|
virtual |
send data back to master
Implements AFieldSlave.