OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
superLatticeCoupling.h File Reference
#include "operator.h"
#include "superLattice.h"
#include "utilities/typeMap.h"
#include "solver/names.h"
+ Include dependency graph for superLatticeCoupling.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::ConcreteBlockCouplingO< COUPLEES, PLATFORM, COUPLER, OperatorScope::PerCell >
 
class  olb::ConcreteBlockCouplingO< COUPLEES, PLATFORM, COUPLER, OperatorScope::PerCellWithParameters >
 
class  olb::SuperLatticeCoupling< COUPLER, COUPLEES >
 Coupling operator COUPLER on named COUPLEES. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename COUPLER , typename... MAP>
 olb::SuperLatticeCoupling (COUPLER, MAP &&...) -> SuperLatticeCoupling< COUPLER, typename meta::map< MAP... >::template map_values< descriptors::extract_valued_descriptor_t > >
 
template<typename COUPLER , typename... MAP>
auto olb::constructSharedCoupling (COUPLER, MAP &&... map)