|
ESyS-Particle
2.3.4
|
Class for slave part of vector valued field defined on a Wall. More...
#include <VectorWallFieldSlave.h>


Public Member Functions | |
| VectorWallFieldSlave (TML_Comm *, typename WallType::VectorFieldFunction) | |
| virtual void | sendData () |
Public Member Functions inherited from AWallFieldSlave | |
| AWallFieldSlave (TML_Comm *) | |
| void | addWall (CWall *) |
Public Member Functions inherited from AFieldSlave | |
| AFieldSlave (TML_Comm *) | |
| virtual | ~AFieldSlave () |
Protected Attributes | |
| WallType::VectorFieldFunction | m_rdf |
Protected Attributes inherited from AWallFieldSlave | |
| vector< CWall * > | m_wall |
Protected Attributes inherited from AFieldSlave | |
| TML_Comm * | m_comm |
Class for slave part of vector valued field defined on a Wall.
$Revision$ $Date$
| VectorWallFieldSlave< WallType >::VectorWallFieldSlave | ( | TML_Comm * | comm, |
| typename WallType::VectorFieldFunction | rdf | ||
| ) |
Constructor
| comm | |
| wall | |
| rdf | the function to read the field from the wall |
References console, VectorWallFieldSlave< WallType >::m_rdf, and Console::XDebug().

|
virtual |
send data back to master
Implements AFieldSlave.
References console, esys::lsm::bpu::iter(), and Console::XDebug().

|
protected |
Referenced by VectorWallFieldSlave< WallType >::VectorWallFieldSlave().