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

Go to the source code of this file.

Classes

class  ParticleBConds< T, D >
 

Functions

template<class T >
T ParticleNoBCond (const T t, const T, const T)
 
template<class T >
T ParticlePeriodicBCond (const T t, const T minval, const T maxval)
 
template<class T >
T ParticleReflectiveBCond (const T t, const T minval, const T maxval)
 
template<class T >
T ParticleSinkBCond (const T t, const T minval, const T maxval)
 

Function Documentation

template<class T >
T ParticleNoBCond ( const T  t,
const T  ,
const T   
)
inline
template<class T >
T ParticlePeriodicBCond ( const T  t,
const T  minval,
const T  maxval 
)
inline
template<class T >
T ParticleReflectiveBCond ( const T  t,
const T  minval,
const T  maxval 
)
inline

Definition at line 49 of file ParticleBConds.h.

template<class T >
T ParticleSinkBCond ( const T  t,
const T  minval,
const T  maxval 
)
inline

Definition at line 60 of file ParticleBConds.h.