13 #ifndef __PARALLEL_INTERACTION_STORAGE_ED_H
14 #define __PARALLEL_INTERACTION_STORAGE_ED_H
29 template<
typename P,
typename I>
37 vector<AParallelInteractionStorage*>
m_exIG;
60 #endif // __PARALLEL_INTERACTION_STORAGE_ED_H
virtual void addExIG(AParallelInteractionStorage *)
Definition: pi_storage_ed.hpp:20
virtual bool update()
Definition: pi_storage_ed.hpp:84
virtual void saveCheckPointData(std::ostream &oStream)
Definition: pi_storage_ed.hpp:202
int m_update_timestamp
Definition: pi_storage_ed.h:36
virtual void calcHeatTrans()
Definition: pi_storage_ed.hpp:182
parallel storage array with exchange for dynamically created interactions (friction etc...
Definition: pi_storage_ed.h:30
vector< AParallelInteractionStorage * > m_exIG
Definition: pi_storage_ed.h:37
virtual void calcHeatFrict()
Definition: pi_storage_ed.hpp:165
abstract base class for parallel interaction storage array
Definition: pi_storage.h:44
bool isExcluded(const vector< int >)
Definition: pi_storage_ed.hpp:49
virtual bool willSave()
Definition: pi_storage_ed.h:55
virtual void setTimeStepSize(double dt)
does nothing
Definition: pi_storage_ed.hpp:63
parallel interaction storage array with exchange
Definition: pi_storage_e.h:36
ParallelInteractionStorage_ED(AParallelParticleArray *, const typename I::ParameterType &)
Definition: pi_storage_ed.hpp:14
abstract base class for parallel particle storage array
Definition: pp_array.h:41
virtual void loadCheckPointData(std::istream &iStream)
Definition: pi_storage_ed.hpp:229