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

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

#include <fieldArrayD.h>

+ Collaboration diagram for olb::ConcretizableFieldArrayD< T, DESCRIPTOR, FIELD >:

Public Types

using base_t = ColumnVectorBase
 
template<Platform PLATFORM>
using type = FieldArrayD<T,DESCRIPTOR,PLATFORM,FIELD>
 

Detailed Description

template<typename T, typename DESCRIPTOR, typename FIELD>
struct olb::ConcretizableFieldArrayD< T, DESCRIPTOR, FIELD >

Curried FieldArrayD template for use in callUsingConcretePlatform.

Definition at line 291 of file fieldArrayD.h.

Member Typedef Documentation

◆ base_t

template<typename T , typename DESCRIPTOR , typename FIELD >
using olb::ConcretizableFieldArrayD< T, DESCRIPTOR, FIELD >::base_t = ColumnVectorBase

Definition at line 293 of file fieldArrayD.h.

◆ type

template<typename T , typename DESCRIPTOR , typename FIELD >
template<Platform PLATFORM>
using olb::ConcretizableFieldArrayD< T, DESCRIPTOR, FIELD >::type = FieldArrayD<T,DESCRIPTOR,PLATFORM,FIELD>

Definition at line 296 of file fieldArrayD.h.


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