OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
ParticleBalancer.h File Reference
#include "Particle/ParticleBalancer.hpp"
Include dependency graph for ParticleBalancer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy >
 
class  ParticleUniformLayout< T, Dim >
 
class  IpplParticleBase< PLayout >
 

Functions

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

Function Documentation

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

Definition at line 144 of file ParticleBalancer.hpp.