dune-istl
2.4.1
|
Functor to the data values of the matrix. More...
#include <dune/istl/matrixmarket.hh>
Public Member Functions | |
template<typename M > | |
void | operator() (const std::vector< std::set< IndexData< D > > > &rows, M &matrix) |
Sets the matrixvalues. More... | |
Functor to the data values of the matrix.
This is specialized for PatternDummy. The specialization does not set anything.
|
inline |
Sets the matrixvalues.
row | The row data as read from file. |
matrix | The matrix whose data we set. |