Public Types | |
| using | ValueType = ValueT |
| Type of the blocks. | |
| using | Block2DType = Block2D<ValueType> |
Public Member Functions | |
| LU (int N) | |
| LU | inv (Block2DType const &r) |
| void | setIdentity () |
| Set identity. | |
| void | setZero () |
| Set zero. | |
| void | LSolve (Block2DType &X) const |
| void | USolve (Block2DType &X) const |
| Block2DType | solve (Block2DType const &r) const |
Private Attributes | |
| Block2DType | A |
Definition at line 100 of file ILU0Preconditioner.h.
Definition at line 105 of file ILU0Preconditioner.h.
| using Alien::LU< ValueT >::ValueType = ValueT |
Type of the blocks.
Definition at line 104 of file ILU0Preconditioner.h.
|
inline |
Definition at line 108 of file ILU0Preconditioner.h.
|
inline |
Definition at line 114 of file ILU0Preconditioner.h.
|
inline |
Definition at line 157 of file ILU0Preconditioner.h.
|
inline |
Set identity.
Definition at line 134 of file ILU0Preconditioner.h.
|
inline |
Set zero.
Definition at line 149 of file ILU0Preconditioner.h.
|
inline |
Definition at line 181 of file ILU0Preconditioner.h.
|
inline |
Definition at line 169 of file ILU0Preconditioner.h.
|
private |
Definition at line 191 of file ILU0Preconditioner.h.