ESyS-Particle
4.0.1
|
Public Member Functions | |
CheckedScalarInteractionFieldSlaveTagged (TML_Comm *, TParallelInteractionStorage< T > *, typename T::CheckedScalarFieldFunction, int, int) | |
![]() | |
CheckedScalarInteractionFieldSlave (TML_Comm *, TParallelInteractionStorage< T > *, typename T::CheckedScalarFieldFunction) | |
![]() | |
InteractionFieldSlave (TML_Comm *, TParallelInteractionStorage< T > *) | |
virtual void | sendData () |
![]() | |
AFieldSlave (TML_Comm *) |
Protected Attributes | |
int | m_tag |
int | m_mask |
![]() | |
T::CheckedScalarFieldFunction | m_rdf |
![]() | |
TParallelInteractionStorage< T > * | m_pis |
![]() | |
TML_Comm * | m_comm |
Additional Inherited Members | |
![]() | |
virtual void | SendDataFull ()=0 |
virtual void | SendDataFull2 ()=0 |
virtual void | SendDataWithID ()=0 |
virtual void | SendDataWithPosID () |
virtual void | SendDataSum ()=0 |
virtual void | SendDataMax ()=0 |
CheckedScalarInteractionFieldSlaveTagged< T >::CheckedScalarInteractionFieldSlaveTagged | ( | TML_Comm * | comm, |
TParallelInteractionStorage< T > * | pis, | ||
typename T::CheckedScalarFieldFunction | rdf, | ||
int | tag, | ||
int | mask | ||
) |
constructor
comm | the TML communicator used for sending the data back to the master |
pis | a pointer to the interaction storage |
rdf | the particle member function to access the data |