OpenLB 1.7
|
#include <descriptorField.h>
Additional Inherited Members | |
Public Types inherited from olb::descriptors::FIELD_BASE< 0, 0, 1 > | |
using | value_type |
Return value type of field. | |
using | column_type |
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 () |
Definition at line 214 of file descriptorField.h.