OpenLB 1.8.1
Loading...
Searching...
No Matches
blockDynamicsMap.h File Reference
#include <functional>
#include <typeindex>
#include <algorithm>
#include <optional>
#include <unordered_set>
#include "dynamics/dynamics.h"
#include "cse/wrapper.h"
#include "platform/cpu/cell.h"
#include "introspection.h"
+ Include dependency graph for blockDynamicsMap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::ConcretizableBlockCollisionO< T, DESCRIPTOR, DYNAMICS >
 
class  olb::DynamicsPromise< T, DESCRIPTOR >
 Factory for instances of a specific Dynamics type. More...
 
struct  olb::CollisionSubdomainMask
 Mask describing the subdomain on which to apply the collision step. More...
 
class  olb::BlockDynamicsMap< T, DESCRIPTOR, PLATFORM >
 Map between cell indices and concrete dynamics. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename DYNAMICS >
 olb::DynamicsPromise (meta::id< DYNAMICS >) -> DynamicsPromise< typename DYNAMICS::value_t, typename DYNAMICS::descriptor_t >