|
dune-istl
2.4.1
|
Iterator class for sequential creation of blocks More...
#include <dune/istl/bcrsmatrix.hh>
Public Member Functions | |
| CreateIterator (BCRSMatrix &_Mat, size_type _i) | |
| constructor More... | |
| CreateIterator & | operator++ () |
| prefix increment More... | |
| bool | operator!= (const CreateIterator &it) const |
| inequality More... | |
| bool | operator== (const CreateIterator &it) const |
| equality More... | |
| size_type | index () const |
| dereferencing More... | |
| void | insert (size_type j) |
| put column index in row More... | |
| bool | contains (size_type j) |
| return true if column index is in row More... | |
| size_type | size () const |
| Get the current row size. More... | |
Iterator class for sequential creation of blocks
|
inline |
|
inline |
return true if column index is in row
|
inline |
dereferencing
|
inline |
put column index in row
|
inline |
inequality
|
inline |
prefix increment
References Dune::BCRSMatrix< B, A >::allocateData(), Dune::BCRSMatrix< B, A >::allocator_, Dune::BCRSMatrix< B, A >::building, Dune::BCRSMatrix< B, A >::built, Dune::CompressedBlockVectorWindow< B, A >::getindexptr(), Dune::BCRSMatrix< B, A >::n, Dune::BCRSMatrix< B, A >::nnz_, Dune::BCRSMatrix< B, A >::r, Dune::BCRSMatrix< B, A >::ready, Dune::CompressedBlockVectorWindow< B, A >::set(), Dune::BCRSMatrix< B, A >::setDataPointers(), Dune::CompressedBlockVectorWindow< B, A >::setindexptr(), and Dune::BCRSMatrix< B, A >::sizeAllocator_.
|
inline |
equality
|
inline |
Get the current row size.
1.8.8