#include <dune/istl/supermatrix.hh>
List of all members.
Public Types |
typedef Dune::BCRSMatrix
< FieldMatrix< T, n, m >, A > | Matrix |
typedef Dune::SuperLUMatrix
< Matrix > | SuperLUMatrix |
typedef
Matrix::row_type::const_iterator | CIter |
typedef Matrix::size_type | size_type |
Public Member Functions |
| SuperMatrixInitializer (SuperLUMatrix &lum) |
| SuperMatrixInitializer () |
| ~SuperMatrixInitializer () |
template<typename Iter > |
void | addRowNnz (const Iter &row) const |
template<typename Iter , typename Set > |
void | addRowNnz (const Iter &row, const Set &s) const |
void | allocate () |
template<typename Iter > |
void | countEntries (const Iter &row, const CIter &col) const |
void | countEntries (size_type colidx) const |
void | calcColstart () const |
template<typename Iter > |
void | copyValue (const Iter &row, const CIter &col) const |
void | copyValue (const CIter &col, size_type rowindex, size_type colidx) const |
void | createMatrix () const |
template<typename Iter , typename Map > |
void | addRowNnz (const Iter &row, const Map &indices) const |
Friends |
class | OverlappingSchwarzInitializer |
template<class T, class A, int n, int m>
class Dune::SuperMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >
Member Typedef Documentation
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
Constructor & Destructor Documentation
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
Member Function Documentation
template<class T , class A , int n, int m>
template<typename Iter >
template<class T , class A , int n, int m>
template<typename Iter , typename Set >
template<class T , class A , int n, int m>
template<typename Iter , typename Map >
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
template<typename Iter >
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
template<typename Iter >
template<class T , class A , int n, int m>
template<class T , class A , int n, int m>
Friends And Related Function Documentation
template<class T , class A , int n, int m>
The documentation for this class was generated from the following file: