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
No related branches found
No related tags found
No related merge requests found
Pipeline #11655 passed
Showing
with 574 additions and 478 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment