|
dune-istl
2.6-git
|
#include <dune/istl/ilu.hh>

Public Types | |
| typedef B | block_type |
| typedef size_t | size_type |
Public Member Functions | |
| CRS () | |
| size_type | rows () const |
| size_type | nonZeros () const |
| void | resize (const size_type nRows) |
| void | reserveAdditional (const size_type nonZeros) |
| void | push_back (const block_type &value, const size_type index) |
Public Attributes | |
| std::vector< size_type > | rows_ |
| std::vector< block_type > | values_ |
| std::vector< size_type > | cols_ |
| size_type | nRows_ |
| typedef B Dune::ILU::CRS< B >::block_type |
| typedef size_t Dune::ILU::CRS< B >::size_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector< size_type > Dune::ILU::CRS< B >::cols_ |
| size_type Dune::ILU::CRS< B >::nRows_ |
| std::vector< size_type > Dune::ILU::CRS< B >::rows_ |
| std::vector< block_type > Dune::ILU::CRS< B >::values_ |
1.8.13