![]() |
Reference documentation for deal.II version 9.4.0
|
#include <deal.II/lac/block_matrix_base.h>
Public Types | |
using | size_type = types::global_dof_index |
using | MatrixType = const BlockMatrixType |
using | value_type = typename BlockMatrixType::value_type |
Public Member Functions | |
Accessor (const BlockMatrixType *m, const size_type row, const size_type col) | |
Accessor (const Accessor< BlockMatrixType, false > &) | |
size_type | row () const |
size_type | column () const |
value_type | value () const |
unsigned int | block_row () const |
unsigned int | block_column () const |
Protected Member Functions | |
void | advance () |
bool | operator== (const Accessor &a) const |
Protected Attributes | |
const BlockMatrixType * | matrix |
BlockMatrixType::BlockType::const_iterator | base_iterator |
unsigned int | row_block |
unsigned int | col_block |
Friends | |
template<typename > | |
class | ::MatrixIterator |
Block matrix accessor for constant matrices, implementing the stepping through a matrix.
Definition at line 205 of file block_matrix_base.h.