This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 19, 2017
-
-
dedner authored
-
- Sep 16, 2017
-
-
- Sep 13, 2017
-
-
Andreas Dedner authored
Remove dynamic exception specifications See merge request !33
-
Steffen Müthing authored
Dynamic exception specifications have been deprecated since C++11 and removed in C++17, and with those still in dune-alugrid fails to compile on GCC 7 and Clang 5 in C++17 mode. This patch just straight up removes them.
-
- Sep 11, 2017
-
-
alkaemper authored
-
- Sep 10, 2017
- Sep 09, 2017
-
-
Robert K authored
-
- Sep 07, 2017
-
-
Robert K authored
-
- Sep 06, 2017
- Sep 04, 2017
- Aug 30, 2017
-
-
- Aug 29, 2017
-
-
Robert K authored
Add a test for backup/restore See merge request !30
-
Martin Nolte authored
-
Robert K authored
cmake cleanup See merge request !28
-
Martin Nolte authored
This variable was hard-wired to libdunealugrid.a. This causes errors when building shared libraries. This patch fixes the issue by removing the variable and adding the "dunealugrid" target to the LINK_LIBRARIES property of all targets.
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
Robert K authored
adapt to passing reference elements by value in a compatible way See merge request !32
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Martin Nolte authored
In dune-gemeotry 2.6, reference elements are passed by value instead of by reference. This patch replaces those references by suitable decltype statements to avoid the deprecation warning and stay compatible to the 2.5 release at the same time.
-
Martin Nolte authored
The Fallback-implementation Dune::array has been removed from dune-common.
-
- Aug 25, 2017
-
-
Robert K authored
-
- Aug 24, 2017
-
-
Robert K authored
[bugfix] don't fail without SIONlib See merge request !29
-
Martin Nolte authored
The backup-restore example failed if SIONlib is not found, because the corresponding read/write methods silently do nothing. This causes the grid to be restored from an empty stream, resulting in an error. This patch fixes the issue by restoring the grid from the SIONlib file only if SIONlib has been found. Otherwise, this option of restoring is silently ignored.
-
Robert K authored
-
Robert K authored
-
- Aug 23, 2017
-
-
Martin Nolte authored
[gridfactory] add insertion index for LevelIntersection See merge request !31
-
Martin Nolte authored
-
- Jul 16, 2017
-
-
- Jun 08, 2017
-
-
Robert K authored
grid.
-
- Jun 06, 2017
-
-
Martin Nolte authored
use infrastructure in dune-common to build Python packages See merge request !27
-