ESyS-Particle  2.3.4
VectorParticleFieldSlaveTagged.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 __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
VectorParticleFieldSlaveTagged::m_mask
int m_mask
Definition: VectorParticleFieldSlaveTagged.h:35
VectorParticleFieldSlaveTagged.hpp
VectorParticleFieldSlaveTagged::VectorParticleFieldSlaveTagged
VectorParticleFieldSlaveTagged(TML_Comm *, ParallelParticleArray< T > *, typename T::VectorFieldFunction, int, int)
Definition: VectorParticleFieldSlaveTagged.hpp:36
VectorParticleFieldSlaveTagged
class for slave part of scalar field defined on the particles
Definition: VectorParticleFieldSlaveTagged.h:33
VectorParticleFieldSlave
class for slave part of scalar field defined on the particles
Definition: VectorParticleFieldSlave.h:32
ParallelParticleArray
parrallel particle storage array with neighborsearch and variable exchange
Definition: pp_array.h:75
VectorParticleFieldSlaveTagged::m_tag
int m_tag
Definition: VectorParticleFieldSlaveTagged.h:35
VectorParticleFieldSlaveTagged::sendData
virtual void sendData()
Definition: VectorParticleFieldSlaveTagged.hpp:43
VectorParticleFieldSlave.h
TML_Comm
abstract base class for communicator
Definition: comm.h:47