Skip to content

dune-istl 2.4.1 Coordination Task

I'll use this task to track the backports for dune-common 2.4.1.

If you have suggestions for more fixes or concerns about one of the backports, please comment.

Backported commits

  • f40f3309 [bugfix][RestartedGMResSolver] signature of method apply was wrong when real_type != double.
  • 8fe92a21 Git ignore build-* instead of build-cmake.
  • 61af51d5 [cleanup] Remove leftover (?) file Doxydep
  • b1882eb1 [galerkintest] Fix output of matrix size.
  • 9fe002fe [bugfix] Use correct integral type in the graph classes.
  • cf48329c [release][repartition][bugfix] correct implementation of usage of ParMetis::idx_t for different versions of ParMetis.
  • d1da71f0 Make sure the vectors x and b handed to the 'apply' method have the correct size
  • 6de3455c [tests] Catch Dune exceptions to ease identifying problems.
  • e25671cf [superlu] Ensure vectors x and b handed to 'apply' have same size
  • e95bfb9f [tests] Use correct sized rhs for Superlu/UMFPack sub-matrix tests
  • 6c9aa549 Merge branch 'feature/FS1659-Matlab-output-of-DynamicMatrix' into 'master'
  • 6c51c8fe [bugfix] Choose a gcc4.4 compliant header to test for dune-istl
  • 8b2910b6 [test] Adjust exception handling in tests.
  • 26a591e8 Fix headercheck
  • e85759db Merge branch 'feature/smaller-cleanups' into 'master'
  • 2fdafaa4 Remove an out-commented test for a way to build a BCRSMatrix that won't work anyway
  • 922bd812 Merge branch 'feature/fix-shadow-warnings' into 'master'
  • 8d26a701 [CMake] Do not require BLAS
  • 9bf96e07 Merge branch 'feature/kamg-reference' into 'master'
  • a8f68be4 Provide operator[] for integral_constant<std::size_t, k> (needs some porting work)
  • 0196c61d Provide operator[] with integral_constant<std::size_t, k> for MultiTypeBlockMatrix (needs some porting work)
  • 3aed940e [bugfix] fix broken assertion.
  • 1b544df3 Merge branch 'matrix-loadbalance-to-more' into 'master'

Merge requests and bugs

  • !25 (merged) Backport operator[] for MultiTypeBlockVector and MultiTypeBlockMatrix
  • !28 (merged) Support load balance of global matri from one to more pocesses.