Public Types | |
| using | ValueType = ValueT |
Public Member Functions | |
| Block2D (int N) | |
| Block2D (ValueType *values, int N) | |
| Block2D (Block2D const &rhs) | |
| Block2D & | operator= (Block2D const &rhs) |
| Block2D & | operator+= (Block2D const &rhs) |
| Block2D & | operator-= (Block2D const &rhs) |
| ValueType & | operator() (std::size_t i, std::size_t j) |
| ValueType | operator() (std::size_t i, std::size_t j) const |
Public Attributes | |
| ValueType * | m_values = nullptr |
| int | m_N = 0 |
| std::vector< ValueType > | m_buffer |
Definition at line 49 of file ILU0Preconditioner.h.
| using Alien::Block2D< ValueT >::ValueType = ValueT |
Definition at line 51 of file ILU0Preconditioner.h.
|
inline |
Definition at line 52 of file ILU0Preconditioner.h.
|
inline |
Definition at line 59 of file ILU0Preconditioner.h.
|
inline |
Definition at line 64 of file ILU0Preconditioner.h.
|
inline |
Definition at line 87 of file ILU0Preconditioner.h.
|
inline |
Definition at line 91 of file ILU0Preconditioner.h.
|
inline |
Definition at line 75 of file ILU0Preconditioner.h.
|
inline |
Definition at line 81 of file ILU0Preconditioner.h.
|
inline |
Definition at line 69 of file ILU0Preconditioner.h.
| std::vector<ValueType> Alien::Block2D< ValueT >::m_buffer |
Definition at line 96 of file ILU0Preconditioner.h.
| int Alien::Block2D< ValueT >::m_N = 0 |
Definition at line 95 of file ILU0Preconditioner.h.
| ValueType* Alien::Block2D< ValueT >::m_values = nullptr |
Definition at line 94 of file ILU0Preconditioner.h.