dune-istl  2.5-git
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< MatrixColCompMatrix
 
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

§ CIter

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

§ ColCompMatrix

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

§ Matrix

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

§ size_type

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

§ ColCompMatrixInitializer() [1/2]

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

§ ColCompMatrixInitializer() [2/2]

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

§ ~ColCompMatrixInitializer()

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

Member Function Documentation

§ addRowNnz() [1/3]

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

§ addRowNnz() [2/3]

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

§ addRowNnz() [3/3]

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

§ allocate()

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

§ allocateMarker()

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

§ allocateMatrixStorage()

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

§ calcColstart()

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

§ copyValue() [1/2]

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

§ copyValue() [2/2]

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

§ countEntries() [1/2]

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

§ countEntries() [2/2]

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

§ createMatrix()

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

Member Data Documentation

§ cols

template<class T , class A , int n, int m>
size_type Dune::ColCompMatrixInitializer< BCRSMatrix< FieldMatrix< T, n, m >, A > >::cols
protected

§ marker

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

§ mat

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: