dune-istl  2.3.1
Classes | Namespaces | Functions
colcompmatrix.hh File Reference

Go to the source code of this file.

Classes

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::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 > >

Namespaces

namespace  Dune

Functions

template<class F , class MRS >
void Dune::copyToColCompMatrix (F &initializer, const MRS &mrs)
template<class F , class M , class S >
void Dune::copyToColCompMatrix (F &initializer, const MatrixRowSubset< M, S > &mrs)