OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
olb::descriptors::SINDICATOR_XD< D > Struct Template Reference

#include <particleDescriptors.h>

+ Inheritance diagram for olb::descriptors::SINDICATOR_XD< D >:
+ Collaboration diagram for olb::descriptors::SINDICATOR_XD< D >:

Public Types

template<typename T >
using value_type = typename utilities::dimensions::convert<D>::template surfaceType<T>*
 
template<typename T >
using column_type = AbstractColumn<typename utilities::dimensions::convert<D>::template surfaceType<T>*>
 
- Public Types inherited from olb::descriptors::FIELD_BASE< 1 >
using value_type
 Return value type of field.
 
using column_type
 

Static Public Member Functions

template<typename T , typename DESCRIPTOR >
static constexpr auto getInitialValue ()
 
- Static Public Member Functions inherited from olb::descriptors::FIELD_BASE< 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 ()
 

Additional Inherited Members

- Public Member Functions inherited from olb::descriptors::FIELD_BASE< 1 >
 FIELD_BASE ()=default
 

Detailed Description

template<unsigned D>
struct olb::descriptors::SINDICATOR_XD< D >

Definition at line 102 of file particleDescriptors.h.

Member Typedef Documentation

◆ column_type

template<unsigned D>
template<typename T >
using olb::descriptors::SINDICATOR_XD< D >::column_type = AbstractColumn<typename utilities::dimensions::convert<D>::template surfaceType<T>*>

Definition at line 107 of file particleDescriptors.h.

◆ value_type

template<unsigned D>
template<typename T >
using olb::descriptors::SINDICATOR_XD< D >::value_type = typename utilities::dimensions::convert<D>::template surfaceType<T>*

Definition at line 104 of file particleDescriptors.h.

Member Function Documentation

◆ getInitialValue()

template<unsigned D>
template<typename T , typename DESCRIPTOR >
static constexpr auto olb::descriptors::SINDICATOR_XD< D >::getInitialValue ( )
inlinestaticconstexpr

Definition at line 110 of file particleDescriptors.h.

110 {
111 return Vector<value_type<T>, DESCRIPTOR::template size<FIELD_BASE<1>>()>{};
112 }

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