OpenLB 1.7
Loading...
Searching...
No Matches
olb::Array< FIELD > Struct Template Referencefinal

Describe FieldArray of a FIELD in Data. More...

#include <data.h>

+ Inheritance diagram for olb::Array< FIELD >:
+ Collaboration diagram for olb::Array< FIELD >:

Public Types

using field_t = FIELD
 
template<typename T , typename DESCRIPTOR , Platform PLATFORM>
using type = FieldArrayD<T,DESCRIPTOR,PLATFORM,FIELD>
 

Detailed Description

template<typename FIELD>
struct olb::Array< FIELD >

Describe FieldArray of a FIELD in Data.

i.e. Data::getField<Array<FIELD>> will expose FieldArrayD<FIELD>

Definition at line 50 of file data.h.

Member Typedef Documentation

◆ field_t

template<typename FIELD >
using olb::Array< FIELD >::field_t = FIELD

Definition at line 51 of file data.h.

◆ type

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

Definition at line 54 of file data.h.


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