Skip to content
Snippets Groups Projects
  1. Jul 28, 2016
  2. Mar 22, 2016
  3. Mar 21, 2016
  4. Mar 17, 2016
  5. Mar 14, 2016
  6. Mar 11, 2016
  7. Mar 08, 2016
    • Carsten Gräser's avatar
      [amg][bugfix] Fix dirichlet processing in FastAMG · da8bed73
      Carsten Gräser authored
      The comment and surroundig code indicate that FastAMG should
      solve during pre() for dirichlet entries. This is determined
      by checking if a row does contain a diagonal entry while
      all other entries are zero.
      
      The check for this was buggy because hasDiagonal was always false.
      Now it's set to true if a diagonal entry is found and nonzero.
      da8bed73
  8. Feb 22, 2016
    • Dominic Kempf's avatar
      [cmake][bugfix] Correct handling of the EXCLUDE_FROM_ALL property: · 1528986b
      Dominic Kempf authored
      The signature of `dune_add_test`, that takes the `TARGET` from the user
      produced excluded targets if added in a directory that has the directory
      property `EXCLUDE_FROM_ALL` set. The correct solution IMO is to not use
      that property on test subdirectories anymore (it is a relic from the old
      testing magic), because we rely on `dune_add_test` to handle exclusion.
      
      See core/dune-common#21 for details.
      1528986b
  9. Feb 03, 2016
  10. Jan 19, 2016
  11. Jan 08, 2016
  12. Dec 22, 2015
  13. Nov 23, 2015
  14. Nov 18, 2015
  15. Nov 15, 2015
  16. Nov 13, 2015
  17. Nov 11, 2015
  18. Nov 02, 2015
    • Dominic Kempf's avatar
      Introduce dune_add_test in dune-istl · d87220ab
      Dominic Kempf authored
      There are some tests, which are hard to port in the paamg directory.
      They want to explicitly test _without_ direct solver. Previously,
      you simply did not add the flags for the direct solver packages.
      add_dune_test relies on all flags, so we need a way to disable components
      again. That will be implemented as part of dune_add_executable. For
      now, we build the targets ourselves and hand them to dune_add_test.
      d87220ab
  19. Oct 21, 2015
  20. Oct 16, 2015
    • Dominic Kempf's avatar
      Introduce dune_add_test in dune-istl · eeca30a3
      Dominic Kempf authored
      There are some tests, which are hard to port in the paamg directory.
      They want to explicitly test _without_ direct solver. Previously,
      you simply did not add the flags for the direct solver packages.
      add_dune_test relies on all flags, so we need a way to disable components
      again. That will be implemented as part of dune_add_executable. For
      now, we build the targets ourselves and hand them to dune_add_test.
      eeca30a3
  21. Sep 12, 2015
  22. Sep 01, 2015
  23. Aug 03, 2015
  24. Jul 01, 2015
  25. Jun 11, 2015
    • Markus Blatt's avatar
      [release] Do not assume a symmetric sparsity pattern in SymmetricDependency. · 05c0a63a
      Markus Blatt authored
      Previously, we assumed that if a_{ij} is stored in the sparse matrix
      then a_{ji} must be stored also and used mat[i][j] to access. If the entry
      was not stored then an exception somewhere in basearray.hh was thrown.
      Unfortunately knowing the cause for this exception is insider knowledge,
      seldomly leaked ;). In addition there is now reason to throw an expection here.
      
      With this commit we the find method on the row to search for the entry a_{ji}.
      If it is not present we simply treat it as being zero.
      05c0a63a
  26. May 14, 2015
  27. Apr 30, 2015
  28. Apr 28, 2015
  29. Mar 10, 2015
  30. Jun 01, 2014
Loading