Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Types | Public Member Functions | Protected Attributes | Friends | List of all members
BlockMatrixIterators::AccessorBase< BlockMatrix > Class Template Reference

#include <block_matrix_base.h>

Inheritance diagram for BlockMatrixIterators::AccessorBase< BlockMatrix >:
[legend]

Public Types

typedef types::global_dof_index size_type
 
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

template<typename >
class MatrixIterator
 

Detailed Description

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

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

Definition at line 59 of file block_matrix_base.h.

Member Typedef Documentation

template<class BlockMatrix >
typedef types::global_dof_index BlockMatrixIterators::AccessorBase< BlockMatrix >::size_type

Declare type for container size.

Definition at line 65 of file block_matrix_base.h.

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

Typedef the value type of the matrix we point into.

Definition at line 71 of file block_matrix_base.h.

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 >
template<typename >
friend class MatrixIterator
friend

Let the iterator class be a friend.

Definition at line 111 of file block_matrix_base.h.

Member Data Documentation

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

Block row into which we presently point.

Definition at line 98 of file block_matrix_base.h.

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

Block column into which we presently point.

Definition at line 104 of file block_matrix_base.h.


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