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 .
- Nov 14, 2018
- Nov 13, 2018
-
-
alkaemper authored
-
- Nov 12, 2018
-
-
Martin Alkämper authored
Merge branch 'bugfix/quotes-around-build-type' into 'master' See merge request [extensions/dune-alugrid!56] [extensions/dune-alugrid!56]: Noneextensions/dune-alugrid/merge_requests/56
-
Robert K authored
-
- Nov 11, 2018
-
-
Claus-Justus Heine authored
-
- Nov 08, 2018
-
-
Robert K authored
Merge branch 'bugfix/clang-6-fix' into 'master' ref:extensions/dune-alugrid For some unknown reason clang-6.0 fails with e.g. /Users/heinecj/Projects/DUNE/head/dune-alugrid/utils/bisection-compatibility/bisectioncompatibility.hh:103:53: error: cannot compile this aggregate expression yet type0faces_( stevensonRefinement_ ? EdgeType({3,0}) : EdgeType({3,2}) ), without this patch. See merge request [extensions/dune-alugrid!55] [extensions/dune-alugrid!55]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/55
-
- Nov 07, 2018
-
-
Claus-Justus Heine authored
-
alkaemper authored
-
- Nov 06, 2018
-
-
Robert K authored
-
- Nov 02, 2018
-
-
Robert K authored
-
Robert K authored
-
Robert K authored
Merge branch '3dweakcompatibility' into 'master' ref:extensions/dune-alugrid @robert.kloefkorn ,@andreas.dedner, @martin.nolte This should finally merge the 3d-bisection relabeling for any mesh. See merge request [extensions/dune-alugrid!53] [extensions/dune-alugrid!53]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/53
-
Robert K authored
-
Robert K authored
-
- Oct 29, 2018
-
-
Martin Alkämper authored
Merge branch 'bugfix/periodic-boundaries' into 'master' ref:extensions/dune-alugrid This adds a suggested fix for issue [#43]. See merge request [extensions/dune-alugrid!52] [#43]: gitlab.dune-project.org/NoneNone/issues/43 [extensions/dune-alugrid!52]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/52
-
alkaemper authored
-
Robert K authored
insertion of periodic boundaries (kudos M. Alkaemper).
-
- Oct 26, 2018
-
-
Martin Alkämper authored
Merge branch 'bugfix/catch-by-value' into 'master' See merge request [extensions/dune-alugrid!54] [extensions/dune-alugrid!54]: Noneextensions/dune-alugrid/merge_requests/54
-
- Oct 08, 2018
-
-
Martin Alkämper authored
-
- Oct 01, 2018
-
-
Claus-Justus Heine authored
-
- Sep 28, 2018
-
-
alkaemper authored
-
- Sep 16, 2018
- Aug 07, 2018
-
-
Robert K authored
-
- Jul 27, 2018
-
-
Robert K authored
-
- Jul 24, 2018
-
-
Robert K authored
-
- Jul 23, 2018
-
-
Robert K authored
Merge branch 'bugfix/creategrid-unique-ptr-return' into 'master' See [extensions/dune-alugrid#44]. See merge request [extensions/dune-alugrid!50] [extensions/dune-alugrid#44]: gitlab.dune-project.org/extensions/dune-alugrid/issues/44 [extensions/dune-alugrid!50]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/50
-
- Jul 22, 2018
-
-
Claus-Justus Heine authored
-
- Jul 12, 2018
-
-
Martin Alkämper authored
-
- Jul 11, 2018
-
-
Martin Alkämper authored
-
Martin Alkämper authored
Merge branch 'bugfix/fix-build-with-clang-6' into 'master' clang 6 hangs indefinitely when trying to compile gitter_mgb.cc or gitter_pll_mgb.cc with an optimization level of -O2 or higher. I tried isolating the exact cause of the problem, but didn't have much luck with that, so this patch adds some CMake logic that detects the problematic case and forces the optimization level for those two files down to -O1 if necessary, but avoids bumping it up in case of a debug build. If possible, it would be good to also backport this patch to the 2.6 release branch. See merge request [extensions/dune-alugrid!49] [extensions/dune-alugrid!49]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/49
-
- Jul 04, 2018
-
-
Robert K authored
[cmake] Link libdunealugrid against DUNE_LIBS See merge request extensions/dune-alugrid!9
-
- Jul 03, 2018
-
-
Steffen Müthing authored
clang 6 hangs indefinitely when trying to compile gitter_mgb.cc or gitter_pll_mgb.cc with an optimization level of -O2 or higher. This patch adds some CMake logic that detects the problematic case and forces the optimization level for those two files down to -O1 if necessary, but avoids bumping it up in case of a debug build.
-
Steffen Müthing authored
When building libdunealugrid as a shared library, linking fails (at least on OS X) due to missing references to symbols in the core libraries. This patch fixes the problem by explicitly linking against the Dune libraries.
-
- Jun 18, 2018
-
-
Robert K authored
Separate topology traits data and accessor functions See merge request extensions/dune-alugrid!47
-
- Jun 12, 2018
-
-
Stephan Hilb authored
This avoids compiler warnings about declared but not defined static members.
-
- Jun 06, 2018
-
-
alkaemper authored
-