Skip to content
Snippets Groups Projects
  1. Oct 08, 2024
    • Sébastien Villemot's avatar
      WIP: Better preconditionner for stack_solve_algo={2,3} (GMRES + BiCGStab solvers) · 8995526f
      Sébastien Villemot authored
      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);
        also put that value in options_ and maybe give it an interface?
      – do the same in bytecode
      – add the preconditionner of ITERSTACK as an alternative preconditioner?
      – leave ILU as an alternative preconditionner?
      – handle the error flag of gmres and bicgstab?
      – remove the persistent variables in sim1.m
      
      [skip ci]
      8995526f
    • Sébastien Villemot's avatar
      sim1.m: include linear system resolution in displayed iteration time · d3ddb7b9
      Sébastien Villemot authored
      By the way, rename “stop” variable to “converged” for clarity.
      d3ddb7b9
  2. Oct 06, 2024
  3. Oct 04, 2024
  4. Sep 27, 2024
  5. Sep 26, 2024
  6. Sep 25, 2024
  7. Sep 24, 2024
  8. Sep 23, 2024
  9. Sep 20, 2024
  10. Sep 19, 2024
  11. Sep 16, 2024
  12. Sep 13, 2024
  13. Sep 12, 2024
  14. 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