Skip to content
Snippets Groups Projects
  1. Mar 27, 2014
  2. Mar 03, 2014
  3. Feb 26, 2014
  4. Feb 14, 2014
  5. Feb 12, 2014
  6. Feb 09, 2014
  7. Feb 04, 2014
  8. Jan 31, 2014
  9. Jan 27, 2014
  10. Jan 17, 2014
  11. Jan 16, 2014
  12. Jan 13, 2014
  13. Jan 08, 2014
  14. Jan 07, 2014
  15. Jan 06, 2014
  16. Jan 02, 2014
    • Markus Blatt's avatar
      [cmake,bugfix] Fixes requiredness of module · 5039134c
      Markus Blatt authored
      Previously, dependencies were not correctly searched for as
      required packages. This patch fixes this.
      5039134c
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · 64c80e41
      Markus Blatt authored
      For generating the config.h file we use the HAVE_* variables instead
      of the CMake ones *_FOUND, Unfortunately, we sometines to not set
      HAVE_* to the value of the *_FOUND vriable but to its name. Usually
      we only query whether these variable are set at all. While
      this often (except for psurface) does not pose a problem, it is semantically
      wrong. Therfore this patch fixes this.
      
      Kudos to Ansgar for pointing to this problem.
      64c80e41
  17. Dec 30, 2013
  18. Dec 19, 2013
  19. Dec 18, 2013
  20. Dec 16, 2013
  21. Dec 15, 2013
  22. Dec 11, 2013
    • Tobias Malkmus's avatar
      [Release][GMRES] don't copy the Krylov basis in the update method · f783a5e7
      Tobias Malkmus authored
      The full krylov basis is copied in the call of the method update(),
      working with a reference to the krylov basis reduced the peak amount of allocated memory
      by a factor of about 1.7 and improves the runtime by 4%.
      
      Steffen: Also constified all applicable function arguments as suggested
               by Christian.
      
      Closes FS#1378
      f783a5e7
Loading