ESyS-Particle  2.3
VectorParticleFieldSlaveTagged.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2014 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.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 #ifndef __VECTOR_PARTICLE_FIELD_SLAVE_TAGGED_H
14 #define __VECTOR_PARTICLE_FIELD_SLAVE_TAGGED__H
15 
16 // -- project includes --
18 
19 class TML_Comm;
20 
21 template <class T> class ParallelParticleArray;
22 
31 template <typename T>
33 {
34  private:
36 
37  protected:
38  public:
39  VectorParticleFieldSlaveTagged(TML_Comm*,ParallelParticleArray<T>*,typename T::VectorFieldFunction,int,int);
40  virtual void sendData();
41 };
42 
44 
45 #endif //__SCALAR_PARTICLE_FIELD_SLAVE_TAGGED__H
int m_tag
Definition: VectorParticleFieldSlaveTagged.h:35
parrallel particle storage array with neighborsearch and variable exchange
Definition: SubLattice.h:61
int m_mask
Definition: VectorParticleFieldSlaveTagged.h:35
VectorParticleFieldSlaveTagged(TML_Comm *, ParallelParticleArray< T > *, typename T::VectorFieldFunction, int, int)
Definition: VectorParticleFieldSlaveTagged.hpp:36
abstract base class for communicator
Definition: comm.h:46
class for slave part of scalar field defined on the particles
Definition: VectorParticleFieldSlaveTagged.h:32
class for slave part of scalar field defined on the particles
Definition: VectorParticleFieldSlave.h:31
virtual void sendData()
Definition: VectorParticleFieldSlaveTagged.hpp:43