|
SpECTRE
v2025.08.19
|
Struct used to fill SimpleSparsematrix. More...
#include <SimpleSparseMatrix.hpp>
Public Member Functions | |
| SparseMatrixElement (const size_t row, const size_t column, const double val) | |
Public Attributes | |
| size_t | row_dest |
| size_t | column_src |
| double | value |
Struct used to fill SimpleSparsematrix.