OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
ParticleBalancer.hpp File Reference
#include "Particle/ParticleBalancer.h"
#include "Particle/IpplParticleBase.h"
#include "Particle/ParticleSpatialLayout.h"
#include "Particle/ParticleUniformLayout.h"
#include "Particle/ParticleAttrib.h"
#include "Particle/IntNGP.h"
#include "Region/RegionLayout.h"
#include "Index/NDIndex.h"
#include "FieldLayout/FieldLayout.h"
#include "FieldLayout/BinaryBalancer.h"
#include "Utility/IpplInfo.h"
Include dependency graph for ParticleBalancer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T , unsigned Dim, class Mesh , class CachingPolicy >
bool BinaryRepartition (IpplParticleBase< ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy > > &PB, double offset)
 
template<class T , unsigned Dim>
bool BinaryRepartition (IpplParticleBase< ParticleUniformLayout< T, Dim > > &, double offset)
 

Function Documentation

template<class T , unsigned Dim, class Mesh , class CachingPolicy >
bool BinaryRepartition ( IpplParticleBase< ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy > > &  PB,
double  offset 
)
template<class T , unsigned Dim>
bool BinaryRepartition ( IpplParticleBase< ParticleUniformLayout< T, Dim > > &  ,
double  offset 
)

Definition at line 144 of file ParticleBalancer.hpp.