A helper class that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix TODO: allow block sizes for BCRSMatrix other than 1x1 ?
#include <dumux/linear/matrixconverter.hh>
|
static auto | multiTypeToBCRSMatrix (const MultiTypeBlockMatrix &A) |
| Converts the matrix to a type the IterativeSolverBackend can handle. More...
|
|
◆ multiTypeToBCRSMatrix()
template<class MultiTypeBlockMatrix , class Scalar = double>
static auto Dumux::MatrixConverter< MultiTypeBlockMatrix, Scalar >::multiTypeToBCRSMatrix |
( |
const MultiTypeBlockMatrix & |
A | ) |
|
|
inlinestatic |
- Parameters
-
A | The original multitype blockmatrix |
The documentation for this class was generated from the following file: