ESyS-Particle  2.3.4
WallFieldSlave.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.apache.org/licenses/LICENSE-2.0 //
10 // //
12 
13 #ifndef __WALLFIELDSLAVE_H
14 #define __WALLFIELDSLAVE_H
15 
16 // --- project includes ---
17 #include "Fields/FieldSlave.h"
18 
19 // --- STL includes ---
20 #include <vector>
21 
22 using std::vector;
23 
24 class CWall;
25 
34 {
35  protected:
36  vector<CWall*> m_wall;
37 
38  public:
40  void addWall(CWall*);
41 };
42 
43 #endif // __WALLFIELDSLAVE_H
CWall
base class for all walls
Definition: Wall.h:40
WallFieldSlave.h
FieldSlave.h
AWallFieldSlave::m_wall
vector< CWall * > m_wall
Definition: WallFieldSlave.h:36
console.h
AWallFieldSlave::addWall
void addWall(CWall *)
Definition: WallFieldSlave.cpp:31
Console::XDebug
Console & XDebug()
set verbose level of next message to "xdg"
AFieldSlave
Abstract base class for slave part of field.
Definition: FieldSlave.h:23
TML_Comm
abstract base class for communicator
Definition: comm.h:47
AWallFieldSlave
Abstract base class for slave part of field defined on a Wall.
Definition: WallFieldSlave.h:34
AWallFieldSlave::AWallFieldSlave
AWallFieldSlave(TML_Comm *)
Definition: WallFieldSlave.cpp:22
console
Console console
Definition: console.cpp:25