- 08 May, 2021 1 commit
-
-
Timo Koch authored
-
- 29 Oct, 2020 1 commit
-
-
Timo Koch authored
-
- 02 Oct, 2020 1 commit
-
- 20 Apr, 2020 1 commit
-
-
Timo Koch authored
-
- 14 Apr, 2020 1 commit
-
-
Timo Koch authored
-
- 01 Apr, 2020 1 commit
-
-
Place no deprecation macros where GridView will be substituted by Grid::LeafGridView after release 3.2.
-
- 31 Mar, 2020 2 commits
-
-
-
Timo Koch authored
-
- 04 Mar, 2020 2 commits
- 13 Feb, 2020 3 commits
- 30 Jan, 2020 2 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- 19 Jan, 2020 1 commit
-
-
Timo Koch authored
-
- 08 Oct, 2019 1 commit
-
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 30 Nov, 2018 1 commit
-
-
Sina Ackermann authored
-
- 17 Nov, 2018 1 commit
-
-
Bernd Flemisch authored
-
- 30 Jul, 2018 2 commits
- 05 Mar, 2018 2 commits
- 18 Jan, 2018 1 commit
-
-
Timo Koch authored
This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag * Linear solvers don't need type tag anymore, in fact they don't need any template params * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller) * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
-
- 20 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 16 Dec, 2017 1 commit
-
-
- 11 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 08 Dec, 2017 1 commit
-
-
Kilian Weishaupt authored
* header does not exist anymore
-
- 06 Dec, 2017 1 commit
-
-
Timo Koch authored
The Amg properties where defined in an amg header for other discretization TypeTags. This leads to a lot of dependencies because files from all model types where included. Now the includes are reduced to property forward declarations and disc methods.
-
- 10 Nov, 2017 1 commit
-
-
Timo Koch authored
Adapt all tests accordingly. Classes that don't need a TypeTag and only a few template arguments are more flexible.
-
- 02 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 25 Oct, 2017 4 commits
-
-
-
Dennis Gläser authored
-
-
-
- 16 Feb, 2016 1 commit
-
-
Thomas Fetzer authored
-
- 01 Dec, 2015 1 commit
-
-
Christoph Grüninger authored
canCommunicate is already part of Dune 2.4.
-
- 03 Nov, 2015 1 commit
-
-
Bernd Flemisch authored
So far, the AMGBackend only worked for sequential grids if HAVE_MPI was 0. This was due to the fact that AmgTraits distinguished between parallel and sequential by evaluating HAVE_MPI. If HAVE_MPI was 1 but the Grid was sequential, this lead to compiler errors for the constructor calls of the Communicator, LinearOperator and ScalarProduct. Do this properly now by using Dune::Capabilities for distinction between the sequential and parallel case. For Dune 2.4, the capability isParallel has to be used, while for Dune 3.0, it is canCommunicate. The correct AmgTraits and constructor calls are chosen by template specialization. This solves FS#300.
-
- 14 Jul, 2015 1 commit
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-