Go to the source code of this file.
◆ ParticleNoBCond()
template<class T >
T ParticleNoBCond |
( |
const T |
t, |
|
|
const |
T, |
|
|
const |
T |
|
) |
| |
|
inline |
◆ ParticlePeriodicBCond()
template<class T >
T ParticlePeriodicBCond |
( |
const T |
t, |
|
|
const T |
minval, |
|
|
const T |
maxval |
|
) |
| |
|
inline |
Definition at line 38 of file ParticleBConds.h.
Referenced by ParticleCashedLayout< T, Dim, Mesh >::getCashedParticles(), ParticleInteractLayout< T, Dim, Mesh >::getPairlist(), PartBunch::setBCAllPeriodic(), PartBunch::setBCForDCBeam(), ParticleCashedLayout< T, Dim, Mesh >::update(), ParticleInteractLayout< T, Dim, Mesh >::update(), and BoxParticleCachingPolicy< T, Dim, Mesh >::updateCacheInformation().
◆ ParticleReflectiveBCond()
template<class T >
T ParticleReflectiveBCond |
( |
const T |
t, |
|
|
const T |
minval, |
|
|
const T |
maxval |
|
) |
| |
|
inline |
◆ ParticleSinkBCond()
template<class T >
T ParticleSinkBCond |
( |
const T |
t, |
|
|
const T |
minval, |
|
|
const T |
maxval |
|
) |
| |
|
inline |