dune-istl  2.4.1
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > > Class Template Reference

#include <dune/istl/colcompmatrix.hh>

Inheritance diagram for Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >:
Inheritance graph

Public Types

typedef Dune::BCRSMatrix
< FieldMatrix< T, n, m >, A
Matrix
 
typedef Dune::ColCompMatrix
< Matrix
ColCompMatrix
 
typedef
Matrix::row_type::const_iterator 
CIter
 
typedef Matrix::size_type size_type
 

Public Member Functions

 ColCompMatrixInitializer (ColCompMatrix &lum)
 
 ColCompMatrixInitializer ()
 
virtual ~ColCompMatrixInitializer ()
 
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
 
virtual void createMatrix () const
 
template<typename Iter , typename Map >
void addRowNnz (const Iter &row, const Map &indices) const
 

Protected Member Functions

void allocateMatrixStorage () const
 
void allocateMarker ()
 

Protected Attributes

ColCompMatrixmat
 
size_type cols
 
size_typemarker
 

Member Typedef Documentation

template<class T , class A , int n, int m>
typedef Matrix::row_type::const_iterator Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::CIter
template<class T , class A , int n, int m>
typedef Dune::ColCompMatrix<Matrix> Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::ColCompMatrix
template<class T , class A , int n, int m>
typedef Dune::BCRSMatrix<FieldMatrix<T,n,m>,A> Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::Matrix
template<class T , class A , int n, int m>
typedef Matrix::size_type Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::size_type

Constructor & Destructor Documentation

template<class T , class A , int n, int m>
Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::ColCompMatrixInitializer ( ColCompMatrix lum)

References mat.

template<class T , class A , int n, int m>
Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::ColCompMatrixInitializer ( )
template<class T , class A , int n, int m>
Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::~ColCompMatrixInitializer ( )
virtual

Member Function Documentation

template<class T , class A , int n, int m>
template<typename Iter >
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::addRowNnz ( const Iter &  row) const

References mat.

template<class T , class A , int n, int m>
template<typename Iter , typename Set >
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::addRowNnz ( const Iter &  row,
const Set &  s 
) const
template<class T , class A , int n, int m>
template<typename Iter , typename Map >
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::addRowNnz ( const Iter &  row,
const Map &  indices 
) const
template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::allocate ( )
template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::allocateMarker ( )
protected
template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::allocateMatrixStorage ( ) const
protected

References mat.

template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::calcColstart ( ) const

References mat.

template<class T , class A , int n, int m>
template<typename Iter >
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::copyValue ( const Iter &  row,
const CIter col 
) const
template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::copyValue ( const CIter col,
size_type  rowindex,
size_type  colidx 
) const

References mat.

template<class T , class A , int n, int m>
template<typename Iter >
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::countEntries ( const Iter &  row,
const CIter col 
) const
template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::countEntries ( size_type  colidx) const
template<class T , class A , int n, int m>
void Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::createMatrix ( ) const
virtual

Member Data Documentation

template<class T , class A , int n, int m>
size_type Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::cols
protected
template<class T , class A , int n, int m>
size_type* Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::marker
mutableprotected
template<class T , class A , int n, int m>
ColCompMatrix* Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::mat
protected

The documentation for this class was generated from the following file: