ESyS-Particle
2.3.4
pi_storage_ne_t.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 __PARALLEL_INTERACTION_STORAGE_NE_T_H
14
#define __PARALLEL_INTERACTION_STORAGE_NE_T_H
15
16
//--- project includes ---
17
#include "
pi_storage_ed.h
"
18
19
//--- STL includes ---
20
21
//--- IO includes ---
22
29
template
<
typename
P,
typename
I>
30
class
ParallelInteractionStorage_NE_T
:
public
ParallelInteractionStorage_NE
<P,I>
31
{
32
protected
:
33
int
m_tag1
,
m_tag2
;
// particle tags
34
int
m_mask1
,
m_mask2
;
// tag masks
35
36
public
:
37
ParallelInteractionStorage_NE_T
(
AParallelParticleArray
*,
const
typename
I::ParameterType&,
int
,
int
,
int
,
int
);
38
39
virtual
bool
update
();
40
virtual
bool
willSave
(){
return
true
;};
41
};
42
43
#include "
pis/pi_storage_ne_t.hpp
"
44
45
#endif // __PARALLEL_INTERACTION_STORAGE_NE_T_H
pi_storage_ed.h
ParallelInteractionStorage_NE_T::ParallelInteractionStorage_NE_T
ParallelInteractionStorage_NE_T(AParallelParticleArray *, const typename I::ParameterType &, int, int, int, int)
Definition:
pi_storage_ne_t.hpp:14
ParallelInteractionStorage_NE_T::m_tag1
int m_tag1
Definition:
pi_storage_ne_t.h:33
pi_storage_ne_t.hpp
AParallelParticleArray
abstract base class for parallel particle storage array
Definition:
pp_array.h:42
ParallelInteractionStorage_NE
parallel storage array without exchange for dynamically created interactions (elastic)
Definition:
pi_storage_ne.h:29
ParallelInteractionStorage_NE_T::m_mask1
int m_mask1
Definition:
pi_storage_ne_t.h:34
ParallelInteractionStorage_NE_T::update
virtual bool update()
Definition:
pi_storage_ne_t.hpp:34
ParallelInteractionStorage_NE_T::willSave
virtual bool willSave()
Definition:
pi_storage_ne_t.h:40
ParallelInteractionStorage_NE_T::m_tag2
int m_tag2
Definition:
pi_storage_ne_t.h:33
ParallelInteractionStorage_NE_T
Definition:
pi_storage_ne_t.h:31
ParallelInteractionStorage_NE_T::m_mask2
int m_mask2
Definition:
pi_storage_ne_t.h:34
pis
pi_storage_ne_t.h
Generated by
1.8.20