#include <collisionLES.h>
|
| template<typename T , typename DESCRIPTOR > |
| static constexpr auto | getInitialValue () |
| |
| template<typename T , typename DESCRIPTOR , typename FIELD > |
| static constexpr auto | isValid (FieldD< T, DESCRIPTOR, FIELD > value) |
| |
| 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 () |
| |
Definition at line 37 of file collisionLES.h.
◆ getInitialValue()
template<typename T , typename DESCRIPTOR >
| static constexpr auto olb::collision::LES::SMAGORINSKY::getInitialValue |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 39 of file collisionLES.h.
39 {
41 }
Vector< typename FIELD::template value_type< T >, DESCRIPTOR::template size< FIELD >() > FieldD
Vector storing a single field instance.
◆ isValid()
template<typename T , typename DESCRIPTOR , typename FIELD >
| static constexpr auto olb::collision::LES::SMAGORINSKY::isValid |
( |
FieldD< T, DESCRIPTOR, FIELD > | value | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: