GetFEM  5.4.2
gmm::ilut_precond< Matrix > Class Template Reference

Incomplete LU with threshold and K fill-in Preconditioner. More...

#include <gmm_precond_ilut.h>

Detailed Description

template<typename Matrix>
class gmm::ilut_precond< Matrix >

Incomplete LU with threshold and K fill-in Preconditioner.

The algorithm of ILUT(A, 0, 1.0e-6) is slower than ILU(A). If No fill-in is arrowed, you can use ILU instead of ILUT.

Notes: The idea under a concrete Preconditioner such as ilut is to create a Preconditioner object to use in iterative methods.

Definition at line 102 of file gmm_precond_ilut.h.


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