ESyS-Particle
4.0.1
|
class for slave part of vector field defined on the interactions More...
#include <VectorInteractionFieldSlave.h>
Public Member Functions | |
VectorInteractionFieldSlave (TML_Comm *, TParallelInteractionStorage< T > *, typename T::VectorFieldFunction) | |
Protected Attributes | |
T::VectorFieldFunction | m_rdf |
class for slave part of vector field defined on the interactions
VectorInteractionFieldSlave< T >::VectorInteractionFieldSlave | ( | TML_Comm * | comm, |
TParallelInteractionStorage< T > * | pis, | ||
typename T::VectorFieldFunction | 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 |