ESyS-Particle
4.0.1
|
abstract base class for slave part of scalar field defined on the interactions More...
#include <InteractionFieldSlave.h>
Public Member Functions | |
InteractionFieldSlave (TML_Comm *, TParallelInteractionStorage< T > *) | |
virtual void | sendData () |
Protected Member Functions | |
virtual void | SendDataFull ()=0 |
virtual void | SendDataFull2 ()=0 |
virtual void | SendDataWithID ()=0 |
virtual void | SendDataWithPosID () |
virtual void | SendDataSum ()=0 |
virtual void | SendDataMax ()=0 |
Protected Attributes | |
TParallelInteractionStorage< T > * | m_pis |
abstract base class for slave part of scalar field defined on the interactions
void InteractionFieldSlave< T >::sendData | ( | ) | [virtual] |
Send data back to master. Determine the type of data (full/sum) to send back from the received coll_type and call the sendDataFull or sendDataSum.
Implements AFieldSlave.
References BasicCon::XDebug().