ESyS-Particle  4.0.1
VectorParticleFieldSlave.h
1 
2 // //
3 // Copyright (c) 2003-2011 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 #ifndef __VECTOR_PARTICLE_FIELD_SLAVE_H
14 #define __VECTOR_PARTICLE_FIELD_SLAVE_H
15 
16 // -- project includes --
17 #include "FieldSlave.h"
18 
19 template <class T> class ParallelParticleArray;
20 class TML_Comm;
21 
30 template <typename T>
32 {
33  private:
34 
35  protected:
36  typename T::VectorFieldFunction m_rdf;
38 
39  public:
40  VectorParticleFieldSlave(TML_Comm*,ParallelParticleArray<T>*,typename T::VectorFieldFunction);
41  virtual void sendData();
42 };
43 
44 #include "VectorParticleFieldSlave.hpp"
45 
46 #endif //__SCALAR_PARTICLE_FIELD_SLAVE_H