OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::OperatorParameters< OPERATOR > Struct Template Reference

Describe paramaters of OPERATOR in Data. More...

#include <data.h>

+ Collaboration diagram for olb::OperatorParameters< OPERATOR >:

Public Types

template<typename T , typename DESCRIPTOR , Platform PLATFORM>
using type = ConcreteParametersD<T,DESCRIPTOR,PLATFORM,typename OPERATOR::parameters>
 

Detailed Description

template<typename OPERATOR>
struct olb::OperatorParameters< OPERATOR >

Describe paramaters of OPERATOR in Data.

i.e. Data::getField<OperatorParameters<DYNAMICS>> will expose ConcreteParametersD<DYNAMICS::parameters>

Definition at line 52 of file data.h.

Member Typedef Documentation

◆ type

template<typename OPERATOR >
template<typename T , typename DESCRIPTOR , Platform PLATFORM>
using olb::OperatorParameters< OPERATOR >::type = ConcreteParametersD<T,DESCRIPTOR,PLATFORM,typename OPERATOR::parameters>

Definition at line 54 of file data.h.


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