dune-istl  2.4.1
Classes | Namespaces | Functions
colcompmatrix.hh File Reference
#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.

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::SeqOverlappingSchwarz< M, X, TM, TD, TA >
 Sequential overlapping Schwarz preconditioner. More...
 
struct  Dune::SeqOverlappingSchwarzAssembler< T >
 
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

 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)