Skip to content
Snippets Groups Projects
Verified Commit 7387dfb9 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Better preconditioners for stack_solve_algo={2,3} (GMRES + BiCGStab solvers)

Implement preconditioners as in UMFITER and ITERSTACK:
– For UMFITER, on first iteration, do a full LU decomposition, and use it as a
  preconditioner
  in further iterations (similar to UMFITER in TROLL).
– For ITERSTACK, build a preconditioner based on a small LU decomposition
  repeated several times across the stack

By the way, uniformize the preconditioners for solve_algo={7,8} across the
different implementations.
parent af552cef
Loading
Checking pipeline status