- Apr 28, 2014
-
-
Markus Blatt authored
Just like for the autotools.
-
Markus Blatt authored
For HAVE_METIS we do not use the ENABLE trick. It is therefore either defined or not. Therfore using "#if HAVE_METIS" is a bug. This patch fixes this.
-
Markus Blatt authored
-
Markus Blatt authored
There were problems with repartition.hh when using the original parmetis. The cause was that for scotch we need to require both parmetis.h and metis.h, which broke backwards compatibility for the original parmetis (which worked without metis, too). With the patch we check whether parmetis.h is from scotch and if that is the case also require metis. If not, metis suffices.
-
- Apr 27, 2014
-
-
Christoph Grüninger authored
Reformat whole CMakeLists.txt file for better readability.
-
- Apr 16, 2014
-
-
Markus Blatt authored
GCC warned about ambiguity between builtin operator*=(double&, int) and FieldVector<double,i>::operator*=(int), but at least picked one and just emitted a warning. Clang instead errored out. To fix this this patch explicitly uses a floating point dampening factor in the additive version of the AMG. Fixes flyspray #1456 https://dune-project.org/flyspray/index.php?do=details&task_id=1456.
-
- Apr 14, 2014
-
-
Andreas Dedner authored
To test the implementation improved the test to not only include diagonal block matrices on the diagonal, because with diagonal left/right multiplication does not make a differece.
-
- Mar 27, 2014
-
-
Christian Engwer authored
-
Christian Engwer authored
-
- Mar 03, 2014
-
-
Martin Nolte authored
-
- Feb 26, 2014
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Feb 14, 2014
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
The warning has to be silenced by using DUNE_UNUSED_PARAM in dune-common. This fixes FS#1431.
-
Christoph Grüninger authored
It was moved to dune-common in Dune 2.3.
-
- Feb 12, 2014
-
-
Christoph Grüninger authored
-
- Feb 09, 2014
-
-
Oliver Sander authored
-
- Feb 04, 2014
-
-
Since revision 8df1d996 overlappingschwarz with UmfPack was broken due to renaming an internal variable accessed by a friend. This patch fixes this by adding a new private method to access the internal matrix of solver and uses that for the assembly.
-
Markus Blatt authored
-
Markus Blatt authored
This the customized rest of Rene's patch. To make doxygen happy we use DUNE_UNUSED_PARAMETER.
-
This is part of the patch provided by Rene in Flyspray 1355.
-
- Jan 31, 2014
-
-
Markus Blatt authored
-
- Jan 27, 2014
-
-
Markus Blatt authored
-
- Jan 17, 2014
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jan 16, 2014
-
-
Markus Blatt authored
Fixes flyspray https://dune-project.org/flyspray/index.php?do=details&task_id=1393 (not stopping if there is no convergence). In addition each residual is only printed once now.
-
- Jan 13, 2014
-
-
Markus Blatt authored
-
- Jan 08, 2014
-
-
Tobias Malkmus authored
Some cmake specific dirs have been deleted in commit c66db537 but not removed from configure.ac resulting the build process to fail for the autotools.
-
- Jan 07, 2014
-
-
Markus Blatt authored
Previously, the macros were installed to $(datadir)/cmake/. As we have some macros in DUNE that might also be in other packages this may cause conflicts in package managers. With this patch we install them to $(datadir)/dune/cmake to resolve this issue. Together with the last patch this will resolve problems outlined in flyspray task 813 https://dune-project.org/flyspray/index.php?do=details&task_id=813 I apologize for givin the wrong task number in the previous patch.
-
Markus Blatt authored
Previously, the macros were installed to $(datadir)/aclocal. As we have some macros in DUNE that are also installed for some Linux distributions this caused conflicts in package managers. With this patch we install them to $(datadir)/dune/aclocal to resolve this issue outlined in flyspray task 1409 https://dune-project.org/flyspray/index.php?do=details&task_id=1409
-
- Jan 06, 2014
-
-
Markus Blatt authored
-
- Jan 02, 2014
-
-
Markus Blatt authored
Previously, dependencies were not correctly searched for as required packages. This patch fixes this.
-
Markus Blatt authored
For generating the config.h file we use the HAVE_* variables instead of the CMake ones *_FOUND, Unfortunately, we sometines to not set HAVE_* to the value of the *_FOUND vriable but to its name. Usually we only query whether these variable are set at all. While this often (except for psurface) does not pose a problem, it is semantically wrong. Therfore this patch fixes this. Kudos to Ansgar for pointing to this problem.
-
- Dec 30, 2013
-
-
Oliver Sander authored
-
- Dec 19, 2013
-
-
After adding UMFPack support, the printed log message was "Using DIRECTSOLVER" which irritated users. With this path the actual direct solver will be printed.
-
- Dec 18, 2013
-
-
Steffen Müthing authored
-