- Jan 02, 2018
-
- Dec 18, 2017
-
- Dec 14, 2017
-
-
Andreas Dedner authored
Merge branch 'fix-amg-empty-matrix-on-one-proc' into 'master' See merge request !160
-
Markus Blatt authored
Fix segmentation fault in AMG if matrix of one rank is empty. See merge request !159 (cherry picked from commit 0ad9d513) 1b126e17 Fix segmentation fault in AMG if matrix of one rank is empty. 8434134d Make BCRSMatrix::createBegin mark empty matrices as built.
-
- Nov 25, 2017
-
-
Martin Nolte authored
Merge branch 'fix/anisotropic-unused-variable-warning' into 'master' See merge request !154
-
- Nov 24, 2017
-
-
Martin Nolte authored
Merge branch 'feature/fix#34' into 'master' See merge request !156
-
Christian Engwer authored
[bugfix] make sure rows are also constructed Closes #34 See merge request !155 (cherry picked from commit b0291a78) f2048a6b [bugfix] make sure rows are also constructed
-
- Nov 23, 2017
-
-
Martin Nolte authored
Merge branch 'feature/deprecate-pardiso' into 'master' See merge request !153
-
Christian Engwer authored
Deprecate SeqPardiso and remove test_pardiso. Closes #17 See merge request !152 (cherry picked from commit 5d842379) 4c55a5aa Deprecate SeqPardiso and remove test_pardiso.
- Nov 13, 2017
-
-
Andreas Dedner authored
-
- Nov 10, 2017
-
-
Martin Nolte authored
Merge branch 'feature/test-bcrsmatrix-nnz' into 'master' See merge request !146
-
Martin Nolte authored
[test] Add check for BCRSMatrix::nonzeroes() See merge request !93 (cherry picked from commit 55848646) ec3db135 [test] Add check for BCRSMatrix::nonzeroe()
-
Martin Nolte authored
Merge branch 'fix/signed-unsigned-warnings' into 'master' See merge request !139
-
Martin Nolte authored
Merge branch 'fix/include-mess-in-solvers-hh' into 'master' See merge request !140
-
Martin Nolte authored
Merge branch 'fix/consistently-convert-reduction-to-double' into 'master' See merge request !141
-
- Nov 06, 2017
-
- Nov 04, 2017
-
-
Martin Nolte authored
Merge branch 'feature/fix-cgsolver-reduction' into 'master' See merge request !135
-
- Nov 03, 2017
-
-
Martin Nolte authored
Merge branch 'bugfix/always-return-correct-nonzeroes' into 'master' See merge request !134
-
Andreas Dedner authored
Merge branch 'fix/mpi-1-deprecation-warnings' into 'master' See merge request !133
-
Christian Engwer authored
[preconditioners] fix type of CGSolver reduction parameter after recent updates See merge request !132 (cherry picked from commit 676d3a38) 6e85bbd7 [preconditioners] fix type of CGSolver reduction parameter after recent updates
-
Martin Nolte authored
Merge branch 'feature/fix-ambiguity' into 'master' See merge request !131
-
Martin Nolte authored
[bugfix] ensure nonzeroes always return the number of nonzero entries Closes #28 See merge request !127 (cherry picked from commit 9a7e58fe) 572d972c [bugfix] ensure nonzeroes always return the number of nonzero entries
-
Martin Nolte authored
Merge branch 'feature/fix-weight-in-ILDL-preconditioner' into 'master' See merge request !130
-
Andreas Dedner authored
[Warnings] Fix MPI 1 deprecation warnings (by switching to MPI 2). See merge request !125 (cherry picked from commit 32e63b2d) 64771629 [Warnings] Fix MPI 1 deprecation warnings (by switching to MPI 2).
-
Martin Nolte authored
fix ambiguity of _1 for certain compilers See merge request !128 (cherry picked from commit ea003fd5) 848a69e2 fix ambiguity of _1 for certain compilers
-
Martin Nolte authored
[preconditioner] fix ILDL for SIMD types See merge request !129 (cherry picked from commit 28ad577b) 340415be [preconditioner] fix ILDL for SIMD types
-
Martin Nolte authored
.gitlab-ci.yml: build against releases/2.6 branch of other modules See merge request !122
-
- Oct 20, 2017
-
-
Ansgar Burchardt authored
-
- Oct 05, 2017
-
-
Carsten Gräser authored
Comment out warnings See merge request !121
-
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.
-
Dominic Kempf authored
[bugfix] Avoid calling std::real for unsupported types See merge request !120
-
Carsten Gräser authored
The condition estimate is only supported for field_types float and double. Unfortunately, compiling this failed for any field_type not supported by std::real. Replacing the dynamic check by a static one helps to avoid the problem.
-
Carsten Gräser authored
[ci] Stop testing with Debian 8 See merge request !118
-
Dominic Kempf authored
Feature/cg condition estimate See merge request !102
-
- Sep 20, 2017
-
-
Martin Nolte authored
[bugfix] silence signed/unsigned comparison warning See merge request !119
-
Martin Nolte authored
-