ESyS-Particle  4.0.1
Public Member Functions | Protected Attributes
ParallelInteractionStorage_ED< P, I > Class Template Reference

parallel storage array with exchange for dynamically created interactions (friction etc.) More...

#include <pi_storage_ed.h>

Inheritance diagram for ParallelInteractionStorage_ED< P, I >:
Inheritance graph
[legend]
Collaboration diagram for ParallelInteractionStorage_ED< P, I >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ParallelInteractionStorage_ED (AParallelParticleArray *, const typename I::ParameterType &)
virtual void addExIG (AParallelInteractionStorage *)
virtual bool update ()
virtual void setTimeStepSize (double dt)
virtual void saveCheckPointData (std::ostream &oStream)
virtual void loadCheckPointData (std::istream &iStream)
virtual void calcHeatTrans ()
virtual void calcHeatFrict ()
virtual bool willSave ()

Protected Attributes

int m_update_timestamp
AParallelInteractionStoragem_exIG

Detailed Description

template<typename P, typename I>
class ParallelInteractionStorage_ED< P, I >

parallel storage array with exchange for dynamically created interactions (friction etc.)


Member Function Documentation

template<typename P , typename InteractionType >
void ParallelInteractionStorage_ED< P, InteractionType >::loadCheckPointData ( std::istream &  iStream) [virtual]

Read interaction data from input stream pointing to a restartable checkpoint file. The stream needs to be already positioned at the right place.

Parameters:
iStreamthe input stream
Warning:
return type may change to bool at some stage

Reimplemented from AParallelInteractionStorage.

template<typename P , typename InteractionType >
void ParallelInteractionStorage_ED< P, InteractionType >::saveCheckPointData ( std::ostream &  oStream) [virtual]

save checkpoint (i.e. restart) data

Reimplemented from AParallelInteractionStorage.

template<typename T , typename InteractionType >
bool ParallelInteractionStorage_ED< T, InteractionType >::update ( ) [virtual]

Update interactions. Do full dynamic search.

Implements AParallelInteractionStorage.

Reimplemented in ParallelInteractionStorage_ED_T< P, I >.

References BasicCon::Debug(), and BasicCon::XDebug().

Here is the call graph for this function:


The documentation for this class was generated from the following files: