OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
lambdaLoops.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::particles
 
namespace  olb::particles::communication
 

Functions

template<typename T , typename PARTICLETYPE , typename F >
void olb::particles::doForParticle (Particle< T, PARTICLETYPE > &particle, F f)
 
template<typename T , typename PARTICLETYPE , typename PCONDITION = conditions::valid_particles, typename F >
void olb::particles::doWhenMeetingCondition (Particle< T, PARTICLETYPE > &particle, F f)
 
template<typename T , typename PARTICLETYPE , typename PCONDITION = conditions::valid_particles, typename F >
void olb::particles::doWhenMeetingCondition (Particle< T, PARTICLETYPE > &particle, F f, int globiC)
 
template<typename T , typename PARTICLETYPE , typename PCONDITION = conditions::valid_particles, typename F >
void olb::particles::forParticlesInParticleSystem (ParticleSystem< T, PARTICLETYPE > &particleSystem, F f, int globiC)
 
template<typename T , typename PARTICLETYPE , typename PCONDITION = conditions::valid_particles, typename F >
void olb::particles::forParticlesInParticleSystem (ParticleSystem< T, PARTICLETYPE > &particleSystem, F f)
 
template<typename T , typename PARTICLETYPE , typename F >
void olb::particles::communication::forSystemsInSuperParticleSystem (SuperParticleSystem< T, PARTICLETYPE > &sParticleSystem, F f)
 
template<typename T , typename PARTICLETYPE , typename PCONDITION = conditions::valid_particles, typename F >
void olb::particles::communication::forParticlesInSuperParticleSystem (SuperParticleSystem< T, PARTICLETYPE > &sParticleSystem, F f)
 
template<typename T , typename PARTICLETYPE , typename F >
void olb::particles::communication::doForParticle (SuperParticleSystem< T, PARTICLETYPE > &sParticleSystem, ParallelParticleLocator &locator, F f)
 
template<typename T , typename PARTICLETYPE , typename PCONDITION = conditions::valid_particles, typename F >
void olb::particles::forParticlesInXParticleSystem (XParticleSystem< T, PARTICLETYPE > &xParticleSystem, F f)
 Iterate over particles in x particle system.