|
ESyS-Particle
2.3.4
|
#include <CheckedScalarInteractionFieldSlave.h>


Public Member Functions | |
| CheckedScalarInteractionFieldSlave (TML_Comm *, TParallelInteractionStorage< T > *, typename T::CheckedScalarFieldFunction) | |
Public Member Functions inherited from InteractionFieldSlave< T > | |
| InteractionFieldSlave (TML_Comm *, TParallelInteractionStorage< T > *) | |
| virtual void | sendData () |
Public Member Functions inherited from AFieldSlave | |
| AFieldSlave (TML_Comm *) | |
| virtual | ~AFieldSlave () |
Protected Attributes | |
| T::CheckedScalarFieldFunction | m_rdf |
Protected Attributes inherited from InteractionFieldSlave< T > | |
| TParallelInteractionStorage< T > * | m_pis |
Protected Attributes inherited from AFieldSlave | |
| TML_Comm * | m_comm |
Private Member Functions | |
| virtual void | SendDataFull () |
| virtual void | SendDataFull2 () |
| virtual void | SendDataWithID () |
| virtual void | SendDataSum () |
| virtual void | SendDataMax () |
Additional Inherited Members | |
Protected Member Functions inherited from InteractionFieldSlave< T > | |
| virtual void | SendDataWithPosID () |
| CheckedScalarInteractionFieldSlave< T >::CheckedScalarInteractionFieldSlave | ( | TML_Comm * | comm, |
| TParallelInteractionStorage< T > * | pis, | ||
| typename T::CheckedScalarFieldFunction | rdf | ||
| ) |
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 |
References CheckedScalarInteractionFieldSlave< T >::m_rdf.
|
privatevirtual |
send full field data and position of the interaction
\todo replace cerr by exception
Implements InteractionFieldSlave< T >.
Reimplemented in CheckedScalarInteractionFieldSlaveTagged< T >.
References esys::lsm::bpu::iter().

|
privatevirtual |
send full field data and position of the interaction
\todo replace cerr by exception
Implements InteractionFieldSlave< T >.
References esys::lsm::bpu::iter().

|
privatevirtual |
send maximum only
Implements InteractionFieldSlave< T >.
Reimplemented in CheckedScalarInteractionFieldSlaveTagged< T >.
References esys::lsm::bpu::iter().

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

|
privatevirtual |
send data together with <id1,id2,pos> info
Implements InteractionFieldSlave< T >.
References console, esys::lsm::bpu::iter(), and Console::XDebug().

|
protected |