Dune Core Modules (2.6.0)

Dune::MatrixMarketImpl::MatrixValuesSetter< D, brows, bcols > Struct Template Reference

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...
 

Detailed Description

template<typename D, int brows, int bcols>
struct Dune::MatrixMarketImpl::MatrixValuesSetter< D, brows, bcols >

Functor to the data values of the matrix.

This is specialized for PatternDummy. The specialization does not set anything.

Member Function Documentation

◆ operator()()

template<typename D , int brows, int bcols>
template<typename M >
void Dune::MatrixMarketImpl::MatrixValuesSetter< D, brows, bcols >::operator() ( const std::vector< std::set< IndexData< D > > > &  rows,
M &  matrix 
)
inline

Sets the matrixvalues.

Parameters
rowThe row data as read from file.
matrixThe matrix whose data we set.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 18, 22:30, 2024)