Skip to content
Snippets Groups Projects
  1. Jan 31, 2014
  2. Jan 27, 2014
  3. Jan 17, 2014
  4. Jan 16, 2014
  5. Jan 13, 2014
  6. Jan 08, 2014
  7. Jan 07, 2014
  8. Jan 06, 2014
  9. 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
  10. Dec 30, 2013
  11. Dec 19, 2013
  12. Dec 18, 2013
  13. Dec 16, 2013
  14. Dec 15, 2013
  15. 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
  16. Dec 04, 2013
  17. Nov 28, 2013
  18. Nov 27, 2013
Loading