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