ESyS-Particle
4.0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
Fields
WallFieldMaster.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 __WALLFIELDMASTER_H
14
#define __WALLFIELDMASTER_H
15
16
// --- project includes ---
17
#include "FieldMaster.h"
18
#include "vec3.h"
19
20
// --- STL includes ---
21
#include <vector>
22
#include <map>
23
24
using
std::vector;
25
using
std::map;
26
27
class
TML_Comm
;
28
36
class
VectorWallFieldMaster
:
public
AFieldMaster
37
{
38
protected
:
39
virtual
void
writeAsRAW_SERIES
();
40
virtual
void
writeAsSILO
();
41
map<int,Vec3> m_data;
42
int
m_sum_flag;
// decides if field is sum of all slaves (force...) or not (pos...)
43
44
public
:
45
VectorWallFieldMaster
(
TML_Comm
*,
const
string
&,
const
string
&,vector<string>,
const
string
&,
int
,
int
,
int
);
46
virtual
~
VectorWallFieldMaster
(){};
47
48
virtual
void
collect();
49
};
50
#endif // __WALLFIELDMASTER_H
Generated on Sun Apr 13 2014 05:18:51 for ESyS-Particle by
1.8.1.2