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