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