#include "bcrsmatrix.hh"
#include "bvector.hh"
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/unused.hh>
#include <limits>
Go to the source code of this file.
|
class | Dune::MatrixRowSet< M > |
| Provides access to an iterator over all matrix rows. More...
|
|
class | Dune::MatrixRowSubset< M, S > |
| Provides access to an iterator over an arbitrary subset of matrix rows. More...
|
|
class | Dune::MatrixRowSubset< M, S >::const_iterator |
| The matrix row iterator type. More...
|
|
struct | Dune::ColCompMatrix< M > |
| Utility class for converting an ISTL Matrix into a column-compressed matrix. More...
|
|
struct | Dune::ColCompMatrixInitializer< M > |
| Inititializer for the ColCompMatrix as needed by OverlappingSchwarz. More...
|
|
class | Dune::SeqOverlappingSchwarz< M, X, TM, TD, TA > |
| Sequential overlapping Schwarz preconditioner. More...
|
|
struct | Dune::SeqOverlappingSchwarzAssemblerHelper< T, tag > |
|
class | Dune::ColCompMatrix< BCRSMatrix< FieldMatrix< B, n, m >, TA > > |
| Converter for BCRSMatrix to column-compressed Matrix. specialization for BCRSMatrix. More...
|
|
class | Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > > |
|