version 3.9-dev
Dumux::MatrixConverter< MultiTypeBlockMatrix, Scalar > Class Template Reference

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 Public Member Functions

static auto multiTypeToBCRSMatrix (const MultiTypeBlockMatrix &A)
 Converts the matrix to a type the IterativeSolverBackend can handle. More...
 

Member Function Documentation

◆ multiTypeToBCRSMatrix()

template<class MultiTypeBlockMatrix , class Scalar = double>
static auto Dumux::MatrixConverter< MultiTypeBlockMatrix, Scalar >::multiTypeToBCRSMatrix ( const MultiTypeBlockMatrix &  A)
inlinestatic
Parameters
AThe original multitype blockmatrix

The documentation for this class was generated from the following file: