BlockMatrixIterators::AccessorBase< BlockMatrix > Class Template Reference

Inheritance diagram for BlockMatrixIterators::AccessorBase< BlockMatrix >:

Inheritance graph
[legend]

List of all members.

Public Types

typedef BlockMatrix::value_type value_type

Public Member Functions

 AccessorBase ()
unsigned int block_row () const
unsigned int block_column () const

Protected Attributes

unsigned int row_block
unsigned int col_block

Friends

class MatrixIterator


Detailed Description

template<class BlockMatrix>
class BlockMatrixIterators::AccessorBase< BlockMatrix >

Base class for block matrix accessors, implementing the stepping through a matrix.

Member Typedef Documentation

template<class BlockMatrix>
typedef BlockMatrix::value_type BlockMatrixIterators::AccessorBase< BlockMatrix >::value_type

Typedef the value type of the matrix we point into.

Reimplemented in BlockMatrixIterators::Accessor< BlockMatrix, false >, and BlockMatrixIterators::Accessor< BlockMatrix, true >.


Constructor & Destructor Documentation

template<class BlockMatrix>
BlockMatrixIterators::AccessorBase< BlockMatrix >::AccessorBase (  ) 

Initialize data fields to default values.


Member Function Documentation

template<class BlockMatrix>
unsigned int BlockMatrixIterators::AccessorBase< BlockMatrix >::block_row (  )  const

Block row of the element represented by this object.

template<class BlockMatrix>
unsigned int BlockMatrixIterators::AccessorBase< BlockMatrix >::block_column (  )  const

Block column of the element represented by this object.


Friends And Related Function Documentation

template<class BlockMatrix>
friend class MatrixIterator [friend]

Let the iterator class be a friend.

Reimplemented in BlockMatrixIterators::Accessor< BlockMatrix, false >.


Member Data Documentation

template<class BlockMatrix>
unsigned int BlockMatrixIterators::AccessorBase< BlockMatrix >::row_block [protected]

Block row into which we presently point.

template<class BlockMatrix>
unsigned int BlockMatrixIterators::AccessorBase< BlockMatrix >::col_block [protected]

Block column into which we presently point.


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

deal.II documentation generated on Sat Aug 15 16:52:31 2009 by doxygen 1.5.9