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

Go to the source code of this file.

Classes

struct  olb::AbstractBlockO
 Base of any block operator. More...
 
struct  olb::BlockO< T, DESCRIPTOR, PLATFORM >
 Base of block-wide operators such as post processors. More...
 
struct  olb::AbstractCollisionO< T, DESCRIPTOR >
 Base of collision operations performed by BlockDynamicsMap. More...
 
struct  olb::BlockCollisionO< T, DESCRIPTOR, PLATFORM >
 Collision operation on concrete blocks of PLATFORM. More...
 
struct  olb::AbstractCouplingO< COUPLEES >
 Base of block-wide coupling operators executed by SuperLatticeCoupling. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Enumerations

enum struct  olb::OperatorScope { olb::PerCell , olb::PerBlock , olb::PerCellWithParameters }
 Block-wide operator application scopes. More...
 
enum struct  olb::CollisionDispatchStrategy { olb::Dominant , olb::Individual }
 Collision dispatch strategy. More...