|
MGIS
|
a simple data structure describing how the data of a function is mapped in memory More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Function/Function.hxx>
Public Member Functions | |
| FunctionDataLayout (FunctionDataLayout &&)=default | |
| FunctionDataLayout (const FunctionDataLayout &)=default | |
| FunctionDataLayout & | operator= (FunctionDataLayout &&)=default |
| FunctionDataLayout & | operator= (const FunctionDataLayout &)=default |
| ~FunctionDataLayout ()=default | |
| destructor | |
Public Member Functions inherited from mgis::function::FunctionDataSize< layout.data_size > | |
| constexpr bool | isScalar () const noexcept |
| constexpr size_type | getNumberOfComponents () const noexcept |
Public Member Functions inherited from mgis::function::FunctionDataStride< layout.data_stride > | |
| constexpr size_type | getDataStride () const noexcept |
Protected Member Functions | |
| constexpr size_type | getDataOffset (const size_type) const noexcept |
a simple data structure describing how the data of a function is mapped in memory
|
constexprprotectednoexcept |
| [in] | i | integration point |