- Sep 19, 2017
-
-
Steffen Müthing authored
-
Steffen Müthing authored
[cleanup] Use range for instead of std::for_each See merge request !117
-
- Sep 18, 2017
-
-
Carsten Gräser authored
This commit replaces all use cases of std::for_each(..., std::mem_fn(...)) by a much more readble plain range for. It does not replace other uses, where this may be more controversial.
-
Martin Nolte authored
[bugfix] correct Givens rotations after SIMD vectorization See merge request !114
-
Martin Nolte authored
For SIMD vectorization, the branching in the Givens rotations was rewritten using conditionals (which are vectorizable). Unfortunately, the branches for cs and sn were mixed up during this step. This patch corrects the mathematical behavior to the state before SIMD vectorization while retaining the vectorizable conditionals.
-
- Sep 13, 2017
-
-
Steffen Müthing authored
Replace deprecated std functions See merge request !115
-
Steffen Müthing authored
The older variants for argument 1 or 2 were deprecated in C++11 and removed in C++17, causing compilation failures with Clang 5 and libc++.
-
Steffen Müthing authored
The former one was deprecated in C++11 and removed in C++17, causing compilation failures on Clang 5 with libc++.
-
- Sep 08, 2017
-
-
Ansgar Burchardt authored
[bugfix] fix 'bildl_subtractBCT' for non 'FieldMatrix' matrices Closes #35 See merge request !113
-
Janick Gerstenberger authored
-
- Sep 05, 2017
-
-
Martin Nolte authored
Incomplete LDL Decomposition See merge request !104
-
- Aug 30, 2017
-
-
Ansgar Burchardt authored
This way dependencies installed via `duneci-install-module` are built with the same options as the module to be tested.
-
Ansgar Burchardt authored
-
- Aug 16, 2017
-
-
Markus Blatt authored
Test whether vectors export 'reference' and 'const_reference' See merge request !111
-
- Aug 14, 2017
-
-
Markus Blatt authored
[feature][SeqILU] faster implementation of ILU preconditioner See merge request !96
-
- Aug 07, 2017
-
-
Oliver Sander authored
Implement the method 'setSize' for BDMatrix and BTDMatrix See merge request !110
-
- Aug 04, 2017
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
These are standard types from the STL. Apparently all dune-istls vectors do export them.
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
Test the method BCRSMatrix::setSize See merge request !109
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
Implement construction of BDMatrix from std::initializer_list See merge request !108
-
- Aug 03, 2017
-
-
Oliver Sander authored
-
- Aug 02, 2017
-
-
Ansgar Burchardt authored
.gitlab-ci.yml: update environments See merge request !106
-
Ansgar Burchardt authored
resolve ambiguous call by explicitly calling `Dune::Hybrid::size` See merge request !107
-
Ansgar Burchardt authored
Reference: core/dune-common#77
-
Ansgar Burchardt authored
- Added: Debian 10 with gcc in C++17 mode - Removed: Debian 8 + Backports with clang Reference: http://lists.dune-project.org/pipermail/dune-devel/2017-July/002224.html
-
- Jul 27, 2017
-
-
Christian Engwer authored
[GeneralizedPCGSolver] Increment iteration counter for all verbosity levels See merge request !105
-
Janick Gerstenberger authored
This commit fixes Issue #32
-
- Jul 25, 2017
-
-
Janick Gerstenberger authored
kudos to Martin Nolte
-
- Jul 03, 2017
-
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
default.
-
Robert K authored
simple Compressed Row Storage for the lower and upper triangular matrices. Also, SeqILU unifies both, SeqILU0 and SeqILUn.
-
Christian Engwer authored
[bugfix][cmake] install allocator.hh See merge request !103
-