|
#include "BaseHandler.h"
#include "Boundaries/BasePeriodicBoundary.h"
#include "MpiDataClass.h"
#include <set>
Go to the source code of this file.
Classes | |
class | PeriodicBoundaryHandler |
Container to store pointers to all BasePeriodicBoundary objects. More... | |
Typedefs | |
typedef std::vector< MpiPeriodicParticleID * > | PeriodicList |
typedef std::vector< MpiPeriodicGhostParticleID * > | PeriodicGhostList |
typedef std::vector<MpiPeriodicGhostParticleID*> PeriodicGhostList |
typedef std::vector<MpiPeriodicParticleID*> PeriodicList |