ESyS-Particle
4.0.1
|
parallel storage array without exchange for dynamically created interactions (elastic) More...
#include <pi_storage_ne.h>
Public Member Functions | |
ParallelInteractionStorage_NE (AParallelParticleArray *, const typename I::ParameterType &) | |
virtual void | addExIG (AParallelInteractionStorage *) |
virtual bool | update () |
virtual void | exchange () |
virtual void | rebuild () |
do nothing | |
virtual void | tryInsert (const vector< int > &) |
do nothing | |
virtual bool | isIn (const vector< int > &) |
do nothing | |
virtual void | calcForces () |
virtual void | setTimeStepSize (double dt) |
virtual void | calcHeatTrans () |
![]() | |
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) |
![]() | |
AParallelInteractionStorage (AParallelParticleArray *ppa) | |
virtual void | calcHeatFrict () |
virtual void | saveCheckPointData (std::ostream &oStream) |
virtual void | loadCheckPointData (std::istream &iStream) |
virtual void | saveSnapShotData (std::ostream &) |
virtual bool | willSave () |
Protected Attributes | |
int | m_update_timestamp |
AParallelInteractionStorage * | m_exIG |
set< pair< int, int > > | m_set |
I::ParameterType | m_param |
![]() | |
list< I > | m_interactions |
![]() | |
AParallelParticleArray * | m_ppa |
Additional Inherited Members | |
![]() | |
typedef I | interaction_type |
typedef esys::lsm::quintuple < Vec3, double, Vec3, double, Vec3 > | Raw2Data |
typedef esys::lsm::triplet < int, int, Vec3 > | DataWithID |
typedef esys::lsm::quintuple < int, int, Vec3, Vec3, Vec3 > | DataWithPosID |
access functions |
parallel storage array without exchange for dynamically created interactions (elastic)
|
virtual |
do nothing
Implements AParallelInteractionStorage.
|
virtual |
Update interactions. Do full dynamic search.
Implements AParallelInteractionStorage.
Reimplemented in ParallelInteractionStorage_NE_T< P, I >.
References BasicCon::XDebug().