Reference documentation for deal.II version 9.3.3
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Types | Public Member Functions | Protected Attributes | Friends | List of all members
BlockMatrixIterators::AccessorBase< BlockMatrixType > Class Template Reference

#include <deal.II/lac/block_matrix_base.h>

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

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
 

Detailed Description

template<class BlockMatrixType>
class BlockMatrixIterators::AccessorBase< BlockMatrixType >

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

Definition at line 61 of file block_matrix_base.h.


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