GetFEM
5.4.2
|
Incomplete LU with threshold and K fill-in Preconditioner. More...
#include <gmm_precond_ilut.h>
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.