|
dune-istl 2.10
|
Functor to the data values of the matrix. More...
#include <dune/istl/matrixmarket.hh>

Public Member Functions | |
| template<typename T> | |
| void | operator() (const std::vector< std::set< IndexData< D > > > &rows, BCRSMatrix< T > &matrix) |
| Sets the matrix values. | |
| template<typename T> | |
| void | operator() (const std::vector< std::set< IndexData< D > > > &rows, BCRSMatrix< FieldMatrix< T, brows, bcols > > &matrix) |
| Sets the matrix values. | |
Functor to the data values of the matrix.
This is specialized for PatternDummy. The specialization does not set anything.
|
inline |
Sets the matrix values.
| rows | The row data as read from file. |
| matrix | The matrix whose data we set. |
|
inline |
Sets the matrix values.
| rows | The row data as read from file. |
| matrix | The matrix whose data we set. |