ESyS-Particle
4.0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
Fields
ScalarParticleFieldSlave.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 __SCALAR_PARTICLE_FIELD_SLAVE_H
14
#define __SCALAR_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>
31
class
ScalarParticleFieldSlave
:
public
AFieldSlave
32
{
33
private
:
34
virtual
void
SendDataFull();
35
virtual
void
SendDataSum();
36
virtual
void
SendDataMax();
37
38
protected
:
39
typename
T::ScalarFieldFunction m_rdf;
40
ParallelParticleArray<T>
* m_ppa;
41
42
public
:
43
ScalarParticleFieldSlave
(
TML_Comm
*,
ParallelParticleArray<T>
*,
typename
T::ScalarFieldFunction);
44
45
virtual
void
sendData
();
46
};
47
48
#include "ScalarParticleFieldSlave.hpp"
49
50
#endif //__SCALAR_PARTICLE_FIELD_SLAVE_H
Generated on Sat Mar 22 2014 08:30:43 for ESyS-Particle by
1.8.1.2