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

ILUTP: Incomplete LU with threshold and K fill-in Preconditioner and column pivoting. More...

#include <gmm_precond_ilutp.h>

Detailed Description

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

ILUTP: Incomplete LU with threshold and K fill-in Preconditioner and column pivoting.

See Yousef Saad, Iterative Methods for sparse linear systems, PWS Publishing Company, section 10.4.4

TODO : store the permutation by cycles to avoid the temporary vector

Definition at line 57 of file gmm_precond_ilutp.h.


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