Reference documentation for deal.II version 9.3.3
|
#include <deal.II/lac/block_matrix_base.h>
Public Types | |
using | size_type = types::global_dof_index |
using | value_type = typename BlockMatrixType::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 |
Base class for block matrix accessors, implementing the stepping through a matrix.
Definition at line 61 of file block_matrix_base.h.