A helper classe that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix TODO: allow block sizes for BCRSMatrix other than 1x1 ? More...
#include <dumux/linear/matrixconverter.hh>
A helper classe that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix TODO: allow block sizes for BCRSMatrix other than 1x1 ?
Static Public Member Functions | |
static auto | multiTypeToBCRSMatrix (const MultiTypeBlockMatrix &A) |
Converts the matrix to a type the IterativeSolverBackend can handle. More... | |
|
inlinestatic |
Converts the matrix to a type the IterativeSolverBackend can handle.
A | The original multitype blockmatrix |