#include <nimble_kokkos_defs.h>
◆ FieldBase() [1/4]
nimble_kokkos::FieldBase::FieldBase |
( |
const std::string & | arg_name, |
|
|
const FieldType | arg_type ) |
|
inline |
147: type_{arg_type}, name_{arg_name} {}
◆ FieldBase() [2/4]
nimble_kokkos::FieldBase::FieldBase |
( |
| ) |
|
|
default |
◆ FieldBase() [3/4]
nimble_kokkos::FieldBase::FieldBase |
( |
const FieldBase & | | ) |
|
|
default |
◆ FieldBase() [4/4]
nimble_kokkos::FieldBase::FieldBase |
( |
FieldBase && | | ) |
|
|
default |
◆ ~FieldBase()
virtual nimble_kokkos::FieldBase::~FieldBase |
( |
| ) |
|
|
virtualdefault |
◆ name()
const std::string & nimble_kokkos::FieldBase::name |
( |
| ) |
const |
|
inlinenoexcept |
143 {
144 return name_;
145 }
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ type()
FieldType nimble_kokkos::FieldBase::type |
( |
| ) |
const |
|
inlinenoexcept |
137 {
138 return type_;
139 }
◆ NUM_INTEGRATION_POINTS_IN_HEX
int nimble_kokkos::FieldBase::NUM_INTEGRATION_POINTS_IN_HEX = 8 |
|
staticconstexpr |
◆ NUM_NODES_IN_HEX
int nimble_kokkos::FieldBase::NUM_NODES_IN_HEX = 8 |
|
staticconstexpr |
The documentation for this class was generated from the following file: