ESyS-Particle  2.3.4
pi_storage_ed_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_ED_T_H
14 #define __PARALLEL_INTERACTION_STORAGE_ED_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>
31 {
32  protected:
33  int m_tag1, m_tag2; // particle tags
34  int m_mask1, m_mask2; // tag masks
35 
36  public:
37  ParallelInteractionStorage_ED_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_ed_t.hpp"
44 
45 #endif // __PARALLEL_INTERACTION_STORAGE_ED_H
ParallelInteractionStorage_ED_T::m_mask1
int m_mask1
Definition: pi_storage_ed_t.h:34
ParallelInteractionStorage_ED_T::ParallelInteractionStorage_ED_T
ParallelInteractionStorage_ED_T(AParallelParticleArray *, const typename I::ParameterType &, int, int, int, int)
Definition: pi_storage_ed_t.hpp:14
pi_storage_ed.h
pi_storage_ed_t.hpp
ParallelInteractionStorage_ED_T
Definition: pi_storage_ed_t.h:31
ParallelInteractionStorage_ED_T::m_tag2
int m_tag2
Definition: pi_storage_ed_t.h:33
ParallelInteractionStorage_ED_T::update
virtual bool update()
Definition: pi_storage_ed_t.hpp:34
ParallelInteractionStorage_ED_T::willSave
virtual bool willSave()
Definition: pi_storage_ed_t.h:40
AParallelParticleArray
abstract base class for parallel particle storage array
Definition: pp_array.h:42
ParallelInteractionStorage_ED_T::m_mask2
int m_mask2
Definition: pi_storage_ed_t.h:34
ParallelInteractionStorage_ED_T::m_tag1
int m_tag1
Definition: pi_storage_ed_t.h:33
ParallelInteractionStorage_ED
parallel storage array with exchange for dynamically created interactions (friction etc....
Definition: pi_storage_ed.h:31