|
ESyS-Particle
4.0.1
|
#include <pi_storage_ed_t.h>


Public Member Functions | |
| ParallelInteractionStorage_ED_T (AParallelParticleArray *, const typename I::ParameterType &, int, int, int, int) | |
| virtual bool | update () |
| virtual bool | willSave () |
Public Member Functions inherited from ParallelInteractionStorage_ED< P, I > | |
| ParallelInteractionStorage_ED (AParallelParticleArray *, const typename I::ParameterType &) | |
| virtual void | addExIG (AParallelInteractionStorage *) |
| virtual void | setTimeStepSize (double dt) |
| virtual void | saveCheckPointData (std::ostream &oStream) |
| virtual void | loadCheckPointData (std::istream &iStream) |
| virtual void | calcHeatTrans () |
| virtual void | calcHeatFrict () |
Public Member Functions inherited from ParallelInteractionStorage_E< P, I > | |
| ParallelInteractionStorage_E (AParallelParticleArray *, const typename I::ParameterType &) | |
| virtual void | setUnbreakable (bool) |
| virtual void | exchange () |
| virtual void | rebuild () |
| virtual void | tryInsert (const I &) |
| virtual void | tryInsert (const std::vector< int > &) |
| virtual bool | isIn (const std::vector< int > &) |
| virtual void | calcForces () |
Public Member Functions inherited from TParallelInteractionStorage< I > | |
| TParallelInteractionStorage (AParallelParticleArray *ppa) | |
| InteractionIterator | getInnerInteractionIterator () |
| types | |
| template<typename P > | |
| vector< pair< Vec3, P > > | forAllInnerInteractionsGetWithPos (P(I::*rdf)() const) |
| template<typename P > | |
| vector< pair< Raw2Data, P > > | forAllInnerInteractionsGetRaw2 (P(I::*rdf)() const) |
| template<typename P > | |
| vector< pair< DataWithID, P > > | forAllInnerInteractionsGetDataWithID (P(I::*rdf)() const) |
| template<typename P > | |
| vector< pair< DataWithPosID, P > > | forAllInnerInteractionsGetDataWithPosID (P(I::*rdf)() const) |
| template<typename P > | |
| void | forAllInnerInteractionsGet (P &, typename P::value_type(I::*rdf)() const) |
| access functions with tags | |
| template<typename P > | |
| vector< pair< Vec3, P > > | forAllTaggedInnerInteractionsGetWithPos (P(I::*rdf)() const, int, int) |
| template<typename P > | |
| void | forAllTaggedInnerInteractionsGet (P &, typename P::value_type(I::*rdf)() const, int, int) |
| generate FieldSlave of correct type | |
| virtual AFieldSlave * | generateNewScalarFieldSlave (TML_Comm *, const string &, int, int, int, int) |
| virtual AFieldSlave * | generateNewVectorFieldSlave (TML_Comm *, const string &, int, int, int, int) |
Public Member Functions inherited from AParallelInteractionStorage | |
| AParallelInteractionStorage (AParallelParticleArray *ppa) | |
| virtual bool | isIn (const vector< int > &)=0 |
| virtual void | saveSnapShotData (std::ostream &) |
Protected Attributes | |
| int | m_tag1 |
| int | m_tag2 |
| int | m_mask1 |
| int | m_mask2 |
Protected Attributes inherited from ParallelInteractionStorage_ED< P, I > | |
| int | m_update_timestamp |
| AParallelInteractionStorage * | m_exIG |
Protected Attributes inherited from ParallelInteractionStorage_E< P, I > | |
| TML_CartComm | m_comm |
| set< pair< int, int > > | m_set |
| I::ParameterType | m_param |
Protected Attributes inherited from TParallelInteractionStorage< I > | |
| list< I > | m_interactions |
Protected Attributes inherited from AParallelInteractionStorage | |
| AParallelParticleArray * | m_ppa |
Parallel storage array with exchange for dynamically created interactions (friction etc.) between particles with defined tags. An interaction is only created if particle tag & mask agree
|
virtual |
Update interactions. Do full dynamic search.
Reimplemented from ParallelInteractionStorage_ED< P, I >.
References BasicCon::Debug(), and BasicCon::XDebug().

1.8.1