ESyS-Particle
4.0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
pis
trimesh_pis.hpp
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
19
template
<
class
ParticleType>
20
TriMesh_PIS<ParticleType>::TriMesh_PIS
(
TriMesh
* mesh_p,
ParallelParticleArray<ParticleType>
* ppa_p):
21
AParallelInteractionStorage
(ppa_p)
22
{
23
m_mesh=mesh_p;
24
m_exIG=NULL;
25
}
26
27
template
<
class
ParticleType>
28
TriMesh_PIS<ParticleType>::~TriMesh_PIS
()
29
{}
30
36
template
<
class
ParticleType>
37
void
TriMesh_PIS<ParticleType>::addExIG
(
AParallelInteractionStorage
* exig_p)
38
{
39
m_exIG=exig_p;
40
}
41
42
43
template
<
class
ParticleType>
44
AFieldSlave
*
TriMesh_PIS<ParticleType>::generateNewScalarFieldSlave
(
TML_Comm
*,
const
string
&,
int
,
int
,
int
,
int
)
45
{
46
AFieldSlave
* new_fs=NULL;
47
48
return
new_fs;
49
}
50
51
template
<
class
ParticleType>
52
AFieldSlave
*
TriMesh_PIS<ParticleType>::generateNewVectorFieldSlave
(
TML_Comm
*,
const
string
&,
int
,
int
,
int
,
int
)
53
{
54
AFieldSlave
* new_fs=NULL;
55
56
return
new_fs;
57
}
Generated on Mon Jun 4 2012 22:48:39 for ESyS-Particle by
1.8.1