OpenLB 1.8.1
Loading...
Searching...
No Matches
wrapper.h File Reference
+ Include dependency graph for wrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::dynamics::not_cse_optimized_tag
 Marker for the default non-optimized specialization of olb::CSE<> More...
 
struct  olb::dynamics::CSE< DYNAMICS >
 To be specialized for automatically generated CSE-optimized DYNAMICS::collide. More...
 
class  olb::CSE< DYNAMICS >
 Wrapper for auto-generated CSE-optimized DYNAMICS. More...
 
struct  olb::operators::not_cse_optimized_tag
 Marker for the default non-optimized specialization of olb::CSE<> More...
 
struct  olb::operators::CSE_O< OPERATOR, DESCRIPTOR >
 To be specialized for automatically generated CSE-optimized OPERATOR::apply. More...
 
struct  olb::operators::CSE_O< OPERATOR, DESCRIPTOR >
 
struct  olb::CSE_O< OPERATOR, DESCRIPTOR >
 Wrapper for auto-generated CSE-optimized OPERATOR. More...
 
struct  olb::CSE_O< OPERATOR, DESCRIPTOR >
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::dynamics
 
namespace  olb::operators
 

Typedefs

template<typename DYNAMICS >
using olb::dynamics::is_cse_optimized
 Exposes whether a auto-generated CSE specialization is available.
 
template<typename OPERATOR , typename DESCRIPTOR >
using olb::operators::is_cse_optimized
 Exposes whether a auto-generated CSE specialization is available.