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

WIP: Better preconditionner for stack_solve_algo={2,3} (GMRES + BiCGStab solvers)

On first iteration, do a full LU decomposition, and use it as a preconditionner
in further iterations (similar to UMFITER in TROLL).

TODO:
– better understand how the tolerance of GMRES and BiCGStab influence the
  result (hardcoded to 1e-12, needed for GIMF in the block-decomposed version)
– do the same in bytecode
– leave ILU as an alternative preconditionner?
– handle the error flag of gmres and bicgstab?
– remove the persistent variables in sim1.m

[skip ci]
parent d3ddb7b9
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment