OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::descriptors::PROPAGATABLE_FIELD_BASE Struct Reference

Base of a implicitly propagatable descriptor field. More...

#include <descriptorField.h>

+ Inheritance diagram for olb::descriptors::PROPAGATABLE_FIELD_BASE:
+ Collaboration diagram for olb::descriptors::PROPAGATABLE_FIELD_BASE:

Public Types

template<typename T >
using value_type = T
 
template<typename T >
using column_type = AbstractCyclicColumn<T>
 
- Public Types inherited from olb::descriptors::FIELD_BASE< 0, 0, 1 >
using value_type
 Return value type of field.
 
using column_type
 

Additional Inherited Members

- Public Member Functions inherited from olb::descriptors::FIELD_BASE< 0, 0, 1 >
 FIELD_BASE ()=default
 
- Static Public Member Functions inherited from olb::descriptors::FIELD_BASE< 0, 0, 1 >
static constexpr std::size_t size (std::index_sequence< V... >)
 Get size of field for parameter vector V (strict)
 
static constexpr std::size_t size ()
 Get size of field for parameter vector V (zero-padds or shortens V as required)
 
static constexpr auto getInitialValue ()
 Return value must be a correctly sized and typed olb::Vector.
 
static constexpr bool isSerializable ()
 

Detailed Description

Base of a implicitly propagatable descriptor field.

Definition at line 142 of file descriptorField.h.

Member Typedef Documentation

◆ column_type

Definition at line 147 of file descriptorField.h.

◆ value_type

Definition at line 144 of file descriptorField.h.


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