Reference documentation for deal.II version 9.2.0
\(\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 Member Functions | Protected Attributes | Friends | List of all members

Public Member Functions

 Accessor (const PreconditionBlockJacobi< MatrixType, inverse_type > *matrix, const size_type row)
 
size_type row () const
 
size_type column () const
 
inverse_type value () const
 

Protected Attributes

const PreconditionBlockJacobi< MatrixType, inverse_type > * matrix
 
size_type bs
 
size_type a_block
 
FullMatrix< inverse_type >::const_iterator b_iterator
 
FullMatrix< inverse_type >::const_iterator b_end
 

Friends

class const_iterator
 

Detailed Description

template<typename MatrixType, typename inverse_type = typename MatrixType::value_type>
class PreconditionBlockJacobi< MatrixType, inverse_type >::const_iterator::Accessor

Accessor class for iterators

Definition at line 407 of file precondition_block.h.


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