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 () |
Protected Attributes | |
int | m_update_timestamp |
AParallelInteractionStorage * | m_exIG |
set< pair< int, int > > | m_set |
I::ParameterType | m_param |
parallel storage array without exchange for dynamically created interactions (elastic)
bool ParallelInteractionStorage_NE< P, InteractionType >::isIn | ( | const vector< int > & | pids | ) | [virtual] |
do nothing
Implements AParallelInteractionStorage.
bool ParallelInteractionStorage_NE< T, InteractionType >::update | ( | ) | [virtual] |
Update interactions. Do full dynamic search.
Implements AParallelInteractionStorage.
Reimplemented in ParallelInteractionStorage_NE_T< P, I >.
References BasicCon::XDebug().