OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::descriptors::OMEGA Struct Reference

#include <fields.h>

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

Static Public Member Functions

template<typename T , typename DESCRIPTOR , typename FIELD >
static constexpr auto isValid (FieldD< T, DESCRIPTOR, FIELD > value)
 
- Static Public Member Functions inherited from olb::descriptors::FIELD_BASE< 1, 0, 0 >
static constexpr std::size_t size ()
 Get size of field for descriptor.
 
static constexpr auto getInitialValue ()
 Return value must be a correctly sized and typed olb::Vector.
 
static constexpr auto isValid (FieldD< T, DESCRIPTOR, FIELD > value)
 
static constexpr bool isSerializable ()
 

Additional Inherited Members

- Public Types inherited from olb::descriptors::FIELD_BASE< 1, 0, 0 >
using value_type
 Return value type of field.
 
using column_type
 
- Public Member Functions inherited from olb::descriptors::FIELD_BASE< 1, 0, 0 >
 FIELD_BASE ()=default
 

Detailed Description

Definition at line 352 of file fields.h.

Member Function Documentation

◆ isValid()

template<typename T , typename DESCRIPTOR , typename FIELD >
static constexpr auto olb::descriptors::OMEGA::isValid ( FieldD< T, DESCRIPTOR, FIELD > value)
inlinestaticconstexpr

Definition at line 354 of file fields.h.

354 {
355 return value > 0;
356 }
typename std::integral_constant< TYPE, VALUE >::type value
Identity type to wrap non-type template arguments.
Definition meta.h:96

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