|
ESyS-Particle
2.3.4
|
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 () |
Public Member Functions inherited from AFieldSlave | |
| AFieldSlave (TML_Comm *) | |
| virtual | ~AFieldSlave () |
Protected Attributes | |
| T::ScalarFieldFunction | m_rdf |
| ParallelParticleArray< T > * | m_ppa |
Protected Attributes inherited from AFieldSlave | |
| TML_Comm * | m_comm |
Private Member Functions | |
| virtual void | SendDataFull () |
| virtual void | SendDataSum () |
| virtual void | SendDataMax () |
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 |
References ScalarParticleFieldSlave< T >::m_ppa, and ScalarParticleFieldSlave< T >::m_rdf.
|
virtual |
send data back to master
Implements AFieldSlave.
|
privatevirtual |
send full field date, position and size of the particles
Reimplemented in ScalarParticleFieldSlaveTagged< T >.
|
privatevirtual |
send maximum only
Reimplemented in ScalarParticleFieldSlaveTagged< T >.
References esys::lsm::bpu::iter().

|
privatevirtual |
send sum only
Reimplemented in ScalarParticleFieldSlaveTagged< T >.
References esys::lsm::bpu::iter().

|
protected |
Referenced by ScalarParticleFieldSlave< T >::ScalarParticleFieldSlave().
|
protected |
Referenced by ScalarParticleFieldSlave< T >::ScalarParticleFieldSlave().