- 21 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 20 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 19 Dec, 2017 1 commit
-
-
Bernd Flemisch authored
The Doxygen comment `//!` refers to the line after the comment. If the comment should refer to the same line, `//!<` has to be used.
-
- 18 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.
-
- 29 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 25 Oct, 2017 1 commit
-
-
- 06 Apr, 2017 1 commit
-
-
(cherry picked from commit b79fbf8b)
-
- 28 Mar, 2017 1 commit
-
-
Thomas Fetzer authored
Fix/include missing headers See merge request !448
-
- 23 Feb, 2016 1 commit
-
-
Dennis Gläser authored
test failed if mpi was not installed
-
- 02 Feb, 2016 1 commit
-
-
Timo Koch authored
Argument dependent lookup deduces the Dune namespace from the function arguments that are also in namespace Dune.
-
- 22 Jan, 2016 3 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 04 Nov, 2015 1 commit
-
-
Timo Koch authored
Replace by the index/subIndex method
-
- 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 Oct, 2015 1 commit
-
-
Bernd Flemisch authored
-
- 13 Oct, 2015 1 commit
-
-
Christoph Grüninger authored
After removing uses of DUNE_VERSION_NEWER I forgot to get rid of the include dune/common/version.hh. (reviewed by fetzer)
-
- 11 Oct, 2015 1 commit
-
-
Christoph Grüninger authored
-
- 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
-
- 02 Feb, 2015 1 commit
-
-
Bernd Flemisch authored
- The properties "AMGPDELabBackend" and "AMGLocalFemMap" are unified to "AmgTraits". Since they appear to have been used only internally and deprecation is technically difficult, no deprecation is made. - Remove setting of the property "SolutionVector", since it only resets the defaults. - Deprecate the classes "SeqAMGBackend" and "ScaledSeqAMGBackend". The "AMGBackend" already distinguishes between serial and parallel settings. The scaling should be done for the residual already. - Deprecate the class "P0LocalFiniteElementMap" which was only used for the PDELab-based backend. - Remove occurrences of "PDELab" in the comments. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14162 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Jan, 2015 1 commit
-
-
Martin Schneider authored
Changed floating point comparisons. For comparisons with zero an absolute criteria is used, otherwise a relative one. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14145 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Jan, 2015 1 commit
-
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14080 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Dec, 2014 1 commit
-
-
Alexander Kissinger authored
- Changed the call for entity maps from mapper.map() to mapper.index() or mapper.subIndex() if dune >= 2.4 is used - included <dune/common/version.hh> in the files Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13927 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2014 1 commit
-
-
Johannes Hommel authored
eIdxGlobal or vIdxGlobal when appropriate as decided on the DUMUX day 25.11.2014 Revied by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13843 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Sep, 2014 1 commit
-
-
Natalie Schroeder authored
resolving make headercheck errors reviewed by C.Grueninger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13412 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Sep, 2014 1 commit
-
-
Thomas Fetzer authored
updated doxygen docu, there are still 7 warnings are produced git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13381 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Sep, 2014 1 commit
-
-
Thomas Fetzer authored
updated doxgen docu, 3 warnings left git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Aug, 2014 2 commits
-
-
Markus Blatt authored
This patch fixes various bugs in the non-pdelab implementation: 1. The index sets are now correctly setup. 2. For the box model it is made sure that the right hand side is consistent. Now the test_box1pwithamg converges in the same number of steps of the non-linear solve in parallel as in serial. (Not the case with pdelab!) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13252 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Blatt authored
Patch provided by Bernd Flemisch. Implements the datahandles completely and correctly and adds missing call to initGhostsAndOwners for the nonoverlapping case. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13251 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Jul, 2014 1 commit
-
-
Markus Blatt authored
In general the gridView is only available from the problem directly. Therefore this patch does problem.model().gridView()->problem.gridView() to fix this. In addition the model might be null during the constructor, which might be called somewhere in NewtonConroller. It seems like the model is initialized at a later stage. Therefore we now use a new method initGhostsAndOwners to populate the arrays needed for the projections in the parallel solvers. Using a boolean flag we make sure that this is done only once. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13039 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jun, 2014 4 commits
-
-
Markus Blatt authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12948 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Blatt authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12937 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Blatt authored
ImplicitIsBox is not defined in every model. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12936 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Blatt authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12931 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 May, 2014 1 commit
-
-
Markus Blatt authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12914 2fb0f335-1f38-0410-981e-8018bf24f1b0
-