dune-istl 3.0-git
|
#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::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) |