|
ESyS-Particle
2.3.4
|
Abstract base class for slave part of field defined on a Wall. More...
#include <WallFieldSlave.h>


Public Member Functions | |
| AWallFieldSlave (TML_Comm *) | |
| void | addWall (CWall *) |
Public Member Functions inherited from AFieldSlave | |
| AFieldSlave (TML_Comm *) | |
| virtual | ~AFieldSlave () |
| virtual void | sendData ()=0 |
Protected Attributes | |
| vector< CWall * > | m_wall |
Protected Attributes inherited from AFieldSlave | |
| TML_Comm * | m_comm |
Abstract base class for slave part of field defined on a Wall.
$Revision$ $Date$
| AWallFieldSlave::AWallFieldSlave | ( | TML_Comm * | comm | ) |
Constructor
| comm | the communicator |
| w | the walls |
| void AWallFieldSlave::addWall | ( | CWall * | wallp | ) |
add a wall pointer
| wallp |
References console, m_wall, and Console::XDebug().
Referenced by TSubLattice< T >::addVectorWallField(), and CWall::generateVectorFieldSlave().

