A helper class that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix.
#include <cmath>#include <utility>#include <dune/common/indices.hh>#include <dune/common/hybridutilities.hh>#include <dune/istl/bvector.hh>#include <dune/istl/bcrsmatrix.hh>#include <dune/istl/matrixindexset.hh>#include <dumux/common/parameters.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::MatrixConverter< MultiTypeBlockMatrix, Scalar > | 
| A helper class that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix TODO: allow block sizes for BCRSMatrix other than 1x1 ?  More... | |
| class | Dumux::VectorConverter< MultiTypeBlockVector, Scalar > | 
| A helper class that converts a Dune::MultiTypeBlockVector into a plain Dune::BlockVector and transfers back values.  More... | |
| Namespaces | |
| namespace | Dumux |