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 () |
![]() | |
VectorParticleFieldSlave (TML_Comm *, ParallelParticleArray< T > *, typename T::VectorFieldFunction) | |
![]() | |
AFieldSlave (TML_Comm *) |
Additional Inherited Members | |
![]() | |
T::VectorFieldFunction | m_rdf |
ParallelParticleArray< T > * | m_ppa |
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 |
|
virtual |
send data back to master
Reimplemented from VectorParticleFieldSlave< T >.