OGS
|
Definition at line 46 of file MatrixElementCache.h.
#include <MatrixElementCache.h>
Public Member Functions | |
MatrixElementCacheEntry ()=default | |
MatrixElementCacheEntry (MatrixElementCacheEntry const &)=default | |
MatrixElementCacheEntry (MatrixElementCacheEntry &&)=default | |
MatrixElementCacheEntry (std::array< GlobalIndexType, Dim > const &indices, double value) | |
MatrixElementCacheEntry & | operator= (MatrixElementCacheEntry const &)=default |
MatrixElementCacheEntry & | operator= (MatrixElementCacheEntry &&)=default |
Public Attributes | |
std::array< GlobalIndexType, Dim > | indices |
double | value |
|
default |
|
default |
|
default |
|
inline |
Definition at line 52 of file MatrixElementCache.h.
|
default |
|
default |
std::array<GlobalIndexType, Dim> ProcessLib::Assembly::MatrixElementCacheEntry< Dim >::indices |
Definition at line 62 of file MatrixElementCache.h.
double ProcessLib::Assembly::MatrixElementCacheEntry< Dim >::value |
Definition at line 63 of file MatrixElementCache.h.