OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
olb::ParticleOperation3D< T, PARTICLETYPE > Class Template Referenceabstract

#include <particleOperations3D.h>

+ Inheritance diagram for olb::ParticleOperation3D< T, PARTICLETYPE >:
+ Collaboration diagram for olb::ParticleOperation3D< T, PARTICLETYPE >:

Public Member Functions

virtual void applyParticleOperation (typename std::deque< PARTICLETYPE< T > >::iterator p, ParticleSystem3D< T, PARTICLETYPE > &pSys)=0
 

Protected Member Functions

 ParticleOperation3D ()
 

Detailed Description

template<typename T, template< typename U > class PARTICLETYPE>
class olb::ParticleOperation3D< T, PARTICLETYPE >

Definition at line 40 of file particleOperations3D.h.

Constructor & Destructor Documentation

◆ ParticleOperation3D()

template<typename T , template< typename U > class PARTICLETYPE>
olb::ParticleOperation3D< T, PARTICLETYPE >::ParticleOperation3D ( )
inlineprotected

Definition at line 42 of file particleOperations3D.h.

42{}

Member Function Documentation

◆ applyParticleOperation()

template<typename T , template< typename U > class PARTICLETYPE>
virtual void olb::ParticleOperation3D< T, PARTICLETYPE >::applyParticleOperation ( typename std::deque< PARTICLETYPE< T > >::iterator p,
ParticleSystem3D< T, PARTICLETYPE > & pSys )
pure virtual

The documentation for this class was generated from the following file: