OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
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.

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

◆ BinaryRepartition() [1/2]

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

◆ BinaryRepartition() [2/2]

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

Definition at line 144 of file ParticleBalancer.hpp.