Skip to content
Snippets Groups Projects
  1. Nov 24, 2017
  2. Nov 23, 2017
  3. Nov 22, 2017
  4. Nov 20, 2017
    • Bernd Flemisch's avatar
      Deprecate SeqPardiso and remove test_pardiso. · 4c55a5aa
      Bernd Flemisch authored
      The preconditioner `SeqPardiso` using the sparse direct solver
      library Pardiso has not been actively maintained for several
      years. It is still based on a very old Pardiso version; finding
      the library never went into the CMake build system. Moreover,
      Pardiso is not open source. With SuperLU and UMFPack, two working
      alternative direct solvers are available.
      
      Drop the support for Pardiso by deprecating `SeqPardiso` and
      removing the corresponding test.
      4c55a5aa
  5. Nov 15, 2017
  6. Nov 13, 2017
  7. Nov 10, 2017
  8. Nov 06, 2017
  9. Nov 03, 2017
  10. Oct 23, 2017
  11. Oct 05, 2017
    • Carsten Gräser's avatar
      Merge branch 'feature/remove-warning' into 'master' · 9c0eb7fd
      Carsten Gräser authored
      Comment out warnings
      
      See merge request core/dune-istl!121
      9c0eb7fd
    • Carsten Gräser's avatar
      Comment out warnings · b4299314
      Carsten Gräser authored
      These warnings are very irritating. They do not
      warn about deprecated or misused feature. They are
      issued any time you compile the tests. They don't
      provide any useful information unless you look at the
      code and have insight in the implementation detains.
      
      To sum up: They don't look like a warning addressed to
      the user, but like a reminder on an intended future
      implementation addressed to the implementor. Hence
      they should not be exposed to the user.
      
      If anyone feels that this is an important user warning
      feel free to re-enable it after adding enough information
      making the warning actually useful.
      b4299314
Loading