OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
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, Dim >

Functions

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

Function Documentation

◆ ParticleNoBCond()

template<class T>
T ParticleNoBCond ( const T t,
const T ,
const T  )
inline

◆ ParticlePeriodicBCond()

◆ ParticleReflectiveBCond()

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

Definition at line 49 of file ParticleBConds.h.

◆ ParticleSinkBCond()

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

Definition at line 60 of file ParticleBConds.h.