OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::ConcretizableBlockLattice< T, DESCRIPTOR > Struct Template Reference

Curried ConcreteBlockLattice template for use in callUsingConcretePlatform. More...

#include <blockLattice.h>

+ Collaboration diagram for olb::ConcretizableBlockLattice< T, DESCRIPTOR >:

Public Types

using base_t = BlockLattice<T,DESCRIPTOR>
 
template<Platform PLATFORM>
using type = ConcreteBlockLattice<T,DESCRIPTOR,PLATFORM>
 

Detailed Description

template<typename T, typename DESCRIPTOR>
struct olb::ConcretizableBlockLattice< T, DESCRIPTOR >

Curried ConcreteBlockLattice template for use in callUsingConcretePlatform.

Definition at line 75 of file blockLattice.h.

Member Typedef Documentation

◆ base_t

template<typename T , typename DESCRIPTOR >
using olb::ConcretizableBlockLattice< T, DESCRIPTOR >::base_t = BlockLattice<T,DESCRIPTOR>

Definition at line 77 of file blockLattice.h.

◆ type

template<typename T , typename DESCRIPTOR >
template<Platform PLATFORM>
using olb::ConcretizableBlockLattice< T, DESCRIPTOR >::type = ConcreteBlockLattice<T,DESCRIPTOR,PLATFORM>

Definition at line 80 of file blockLattice.h.


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