Skip to content
Snippets Groups Projects
  1. Oct 10, 2024
    • Sébastien Villemot's avatar
      WIP: Better preconditionner for stack_solve_algo={2,3} (GMRES + BiCGStab solvers) · f553c8bb
      Sébastien Villemot authored
      Implement preconditionners as in UMFITER and ITERSTACK:
      – For UMFITER, on first iteration, do a full LU decomposition, and use it as a preconditionner
        in further iterations (similar to UMFITER in TROLL).
      – For ITERSTACK, build a preconditionner based on small LU decomposition
        repeated several times across the stack
      
      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);
        also put that value in options_ and maybe give it an interface?
      – implement ITERSTACK for 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
      – turn various settings as user-accessible options
      
      [skip ci]
      f553c8bb
  2. Oct 08, 2024
  3. Oct 06, 2024
  4. Oct 04, 2024
  5. Sep 27, 2024
  6. Sep 26, 2024
  7. Sep 25, 2024
  8. Sep 24, 2024
  9. Sep 23, 2024
  10. Sep 20, 2024
  11. Sep 19, 2024
  12. Sep 16, 2024
  13. Sep 13, 2024
  14. Sep 12, 2024
  15. Sep 11, 2024
    • Stéphane Adjemian's avatar
      Fix #1930. · 69293e97
      Stéphane Adjemian authored
      Remove persistent variables in priordens so that we can safely use SMC
      with the parallel toolbox. A more satisfactory solution would be to
      use the dprior class, but this is still a work in progress.
      69293e97
Loading