ESyS-Particle
4.0.1
|
class for slave part of scalar field defined on tagged particles More...
#include <ScalarParticleFieldSlaveTagged.h>
Public Member Functions | |
ScalarParticleFieldSlaveTagged (TML_Comm *, ParallelParticleArray< T > *, typename T::ScalarFieldFunction, int, int) | |
![]() | |
ScalarParticleFieldSlave (TML_Comm *, ParallelParticleArray< T > *, typename T::ScalarFieldFunction) | |
virtual void | sendData () |
![]() | |
AFieldSlave (TML_Comm *) |
Additional Inherited Members | |
![]() | |
T::ScalarFieldFunction | m_rdf |
ParallelParticleArray< T > * | m_ppa |
![]() | |
TML_Comm * | m_comm |
class for slave part of scalar field defined on tagged particles
ScalarParticleFieldSlaveTagged< T >::ScalarParticleFieldSlaveTagged | ( | TML_Comm * | comm, |
ParallelParticleArray< T > * | ppa, | ||
typename T::ScalarFieldFunction | 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 |