13 #ifndef __VECTORWALLFIELDSLAVE_H
14 #define __VECTORWALLFIELDSLAVE_H
27 template <
typename WallType>
31 typename WallType::VectorFieldFunction
m_rdf;
40 #endif // __VECTORWALLFIELDSLAVE_H
VectorWallFieldSlave(TML_Comm *, typename WallType::VectorFieldFunction)
Definition: VectorWallFieldSlave.hpp:24
WallType::VectorFieldFunction m_rdf
Definition: VectorWallFieldSlave.h:31
abstract base class for communicator
Definition: comm.h:46
virtual void sendData()
Definition: VectorWallFieldSlave.hpp:35
Abstract base class for slave part of field defined on a Wall.
Definition: WallFieldSlave.h:33
Class for slave part of vector valued field defined on a Wall.
Definition: VectorWallFieldSlave.h:28