- 11 Jun, 2020 1 commit
-
-
Lasse Hinrichsen authored
This way, types that implement AutonomousValue can specify into what type they are copied. This can be applied e.g. for proxy types such as the BlockVectorWindow used in ISTL's VariableBlockVector. For types that do not implement AutonomousValue, the behavior should not change.
-
- 26 May, 2020 3 commits
-
-
oliver.sander_at_tu-dresden.de authored
Port bcqfconstrainedlinearization.hh to 'if constexpr' See merge request !15
-
oliver.sander_at_tu-dresden.de authored
It is not supported by Dune 2.8 anymore.
-
oliver.sander_at_tu-dresden.de authored
-
- 26 Apr, 2020 3 commits
-
-
oliver.sander_at_tu-dresden.de authored
Minor updates See merge request !14
-
oliver.sander_at_tu-dresden.de authored
Otherwise use Functional::Vector
-
oliver.sander_at_tu-dresden.de authored
-
- 30 Mar, 2020 1 commit
-
-
Patrick Jaap authored
-
- 15 Apr, 2019 1 commit
-
- 11 Mar, 2019 1 commit
-
- 01 Mar, 2019 4 commits
- 27 Aug, 2018 1 commit
-
-
Ansgar Burchardt authored
Bugfix: Set empty ignore nodes for IterativeSolver See merge request !10
-
- 15 Aug, 2018 1 commit
-
-
Patrick Jaap authored
This was missing after the code shift to the external class. It caused a segmentation fault when TNNMG is used with an IterativeSolver/LinearSolver object.
-
- 26 Jun, 2018 5 commits
-
-
Ansgar Burchardt authored
The type cannot be deduced by the compiler.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
move implementation details of linear correction out of TNNMGStep See merge request !9
-
Ansgar Burchardt authored
This simplifies the `iterate()` method such that it fits on a single screen.
-
- 25 Jun, 2018 6 commits
-
-
Ansgar Burchardt authored
address compiler warnings and deprecations See merge request !8
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
This addresses warnings that passing a raw pointer is deprecated.
-
- 19 Jun, 2018 3 commits
-
-
Ansgar Burchardt authored
[cleanup] remove autotools build system See merge request !7
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- 28 Nov, 2017 2 commits
-
-
oliver.sander_at_tu-dresden.de authored
-
- 24 Nov, 2017 1 commit
-
-
Patrick Jaap authored
The extended TNNMG step requires these typenames for the LinearSolver constructor. For the build-in linearizations the contrained types are the same as the unconstrained ones.
-
- 23 Nov, 2017 1 commit
-
-
lh1887 authored
This is just a modified version of the NonlinearGSTest using the newer TNNMGStep. Up to now, commits that lead TNNMGStep based implementations to fail would not be covered by the CI.
-
- 09 Nov, 2017 1 commit
-
-
oliver.sander_at_tu-dresden.de authored
Allow TNNMG to use Solvers::LinearSolver object See merge request !5
-
- 08 Nov, 2017 1 commit
-
-
Patrick Jaap authored
-
- 05 Sep, 2017 2 commits
- 11 Jul, 2017 2 commits
-
-
Carsten Gräser authored
Clang complains that this must be initializes from a constexpr (which is maybe not the case here). However, there's no need for constexpr here, so let's calm down clang and make the test pass again.
-
Carsten Gräser authored
While I'd like the tested interface more, it's not implemented yet leading to a failing test
-