Skip to content
Snippets Groups Projects
  1. Dec 04, 2019
  2. Dec 03, 2019
  3. Dec 01, 2019
    • Christian Engwer's avatar
      [!334] remove CountType template parameter from IterativeSolver and move it to Iteration · 9e5267ef
      Christian Engwer authored
      Merge branch 'fix_IterativeSolver_CountType' into 'master'
      
      ref:core/dune-istl With [!284] we have introduced CountType as a template
      argument for IterativeSolver to handle a different Iteration count type
      (double) in the BiCGStabSolver method. This is unfortunate because now
      BiCGStabSolver<X,Y> is not a IterativeSolver<X,Y> any more. This MR changes
      this by moving the template argument to the interior Iteration class.
      
      See merge request [!334]
      
        [!284]: gitlab.dune-project.org/NoneNone/merge_requests/284
        [!334]: gitlab.dune-project.org/core/dune-istl/merge_requests/334
      9e5267ef
  4. Nov 26, 2019
  5. Nov 24, 2019
  6. Nov 22, 2019
  7. Nov 19, 2019
  8. Nov 18, 2019
  9. Nov 01, 2019
  10. Oct 17, 2019
  11. Oct 16, 2019
    • Ansgar Burchardt's avatar
      [!326] FindSuperLU: do not require BLAS development files · d3d81a4a
      Ansgar Burchardt authored
      Merge branch 'superlu-do-not-require-blas-dev-files' into 'master'
      
      ref:core/dune-istl Explicitly linking the BLAS library is only needed when
      static linking, but not when using a shared library version of SuperLU. In the
      latter case the development files for BLAS might not even be installed and
      therefore we should not require them here.
      
      See merge request [core/dune-istl!326]
      
        [core/dune-istl!326]: gitlab.dune-project.org/core/dune-istl/merge_requests/326
      d3d81a4a
  12. Oct 15, 2019
  13. Oct 01, 2019
    • Oliver Sander's avatar
      [!306] Adapt SeqOverlappingSchwarz for matrices with scalar block_type · c4eccfa7
      Oliver Sander authored
      Merge branch 'SeqOverlappingSchwarz_scalar_matrices' into 'master'
      
      ref:core/dune-istl This MR adapts the SeqOverlappingSchwarz preconditioner for
      matrices with scalar block_type.
      
      Is there a more elegant way of doing this:
      
          static constexpr size_t n = std::decay_t<decltype(Impl::asMatrix(std::declval<K>()))>::rows;
      
      ?
      
      Feel free to push into the source branch!
      
      See merge request [core/dune-istl!306]
      
        [core/dune-istl!306]: gitlab.dune-project.org/core/dune-istl/merge_requests/306
      c4eccfa7
  14. Sep 30, 2019
  15. Sep 27, 2019
  16. Sep 24, 2019
  17. Sep 20, 2019
Loading