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

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

#include <data.h>

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

Public Types

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 42 of file data.h.

Member Typedef Documentation

◆ type

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

Definition at line 44 of file data.h.


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