Skip to content
Snippets Groups Projects
  1. Jan 15, 2020
  2. Jul 14, 2019
  3. Sep 20, 2018
  4. Sep 15, 2018
  5. Sep 12, 2018
  6. Sep 05, 2018
  7. Sep 03, 2018
  8. Sep 02, 2018
  9. Jul 22, 2018
  10. Dec 05, 2017
  11. Aug 04, 2017
  12. Oct 07, 2016
  13. Oct 02, 2016
  14. Sep 27, 2016
  15. Aug 17, 2016
  16. Aug 08, 2016
  17. Aug 07, 2016
  18. Jul 27, 2016
  19. Jul 20, 2016
  20. Jul 19, 2016
  21. Jul 16, 2016
  22. Jul 11, 2016
  23. May 10, 2016
    • Jakub Klinkovský's avatar
      Fixed bug in GMRES solver · be9468dc
      Jakub Klinkovský authored
      The call to the nextIteration() method must occur exactly once per
      iteration, otherwise incrementing the total iterations counter in
      wrong places might cause serious bugs. For example if minIterations is
      equal to 1 and the initial residue is smaller than convergenceResidue,
      the loop on line 154 in tnlGMRESSolver_impl.h will be entered, but the
      m-loop on line 179 will be skipped and on line 263 update() will be
      called with empty vectors, which will lead to division by zero.
      be9468dc
  24. Apr 04, 2016
  25. Mar 17, 2016
  26. Mar 06, 2016
  27. Mar 05, 2016
  28. Dec 27, 2015
    • Jakub Klinkovský's avatar
      Fixed bug in GMRES solver · bcc18528
      Jakub Klinkovský authored
      The condition substituting nextIteration() is different than in the
      method itself, because incrementing the iteration counter is avoided.
      bcc18528
  29. Nov 14, 2015
  30. Jun 21, 2015
  31. May 06, 2015
  32. May 03, 2015
  33. May 01, 2015
  34. Apr 01, 2015
  35. Jan 13, 2015
  36. Jan 11, 2015
  37. Nov 23, 2014
Loading