|
ESyS-Particle
2.3.4
|
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 () |
Public Member Functions inherited from VectorParticleFieldSlave< T > | |
| VectorParticleFieldSlave (TML_Comm *, ParallelParticleArray< T > *, typename T::VectorFieldFunction) | |
Public Member Functions inherited from AFieldSlave | |
| AFieldSlave (TML_Comm *) | |
| virtual | ~AFieldSlave () |
Private Attributes | |
| int | m_tag |
| int | m_mask |
Additional Inherited Members | |
Protected Attributes inherited from VectorParticleFieldSlave< T > | |
| T::VectorFieldFunction | m_rdf |
| ParallelParticleArray< T > * | m_ppa |
Protected Attributes inherited from AFieldSlave | |
| TML_Comm * | m_comm |
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 |
References VectorParticleFieldSlaveTagged< T >::m_mask, and VectorParticleFieldSlaveTagged< T >::m_tag.
|
virtual |
send data back to master
Reimplemented from VectorParticleFieldSlave< T >.
|
private |
|
private |