- 28 May, 2018 4 commits
-
-
Steffen Müthing authored
-
Steffen Müthing authored
Merge branch 'fix/switch-ci-baseimage' into 'master' See merge request !17
-
Steffen Müthing authored
Switch CI baseimage See merge request !16 (cherry picked from commit 35b1e970) 17e8d53d [doc] dune-multidomaingrid 2.6.0 c6462f38 Switch CI base image for 2.6
-
Steffen Müthing authored
-
- 26 Jan, 2018 36 commits
-
-
Steffen Müthing authored
Some more small fixes See merge request !14
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
Subdomain interface iterators segfault v2 See merge request !13
-
Steffen Müthing authored
Iterators now return temporaries, so we have to make sure that the intersection iterators have a valid cell to operator on.
-
Steffen Müthing authored
-
Steffen Müthing authored
Revert "Merge branch 'bugfix/subdomain-interface-iterators-segfault' into 'master'" See merge request !12
-
Steffen Müthing authored
This reverts merge request !10
-
Steffen Müthing authored
Some small fixes to fix warnings and turn CI green See merge request !11
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
That triggers a bunch of internal unsigned / signed comparison warnings, but I think I got them all.
-
Steffen Müthing authored
-
Steffen Müthing authored
Fix segfault in subdomain interface iterators See merge request !10
-
Steffen Müthing authored
Entity iterators do not necessarily store an entity anymore, so we have to keep a copy around.
-
Steffen Müthing authored
Enable Continuous Integration See merge request !9
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
Assorted cleanups See merge request !8
-
Steffen Müthing authored
[interface] Adjust MCMGMapper to upstream interface changes See merge request !7
-
Steffen Müthing authored
Remove EntityPointer See merge request !6
-
Steffen Müthing authored
Remove partition iterator type parameter from GridViews See merge request !5
-
Steffen Müthing authored
Update capabilities See merge request !4
-
Steffen Müthing authored
-
Steffen Müthing authored
This patches switches to the new way of working with reference elements (get them from the geometry, value semantics) and switches some grid iterations to range-based for.
-
Steffen Müthing authored
I'm not sure whether I always misunderstood this, or whether the method was recently extended to accept entities of arbitrary codims. Doesn't matter, the gridcheck flagged it, and now the methods are fixed.
-
Steffen Müthing authored
Those were replaced by types() ages ago.
-
Steffen Müthing authored
Dune doesn't ship its own conditional anymore, so switch to the std version. While we're at it, also switch to using the type alias directly and clean up a bunch of other type aliases.
-
Steffen Müthing authored
- The layout is now a simple function, not a template parameter anymore - The layout is now exported by the upstream class, so we don't have to store a copy.
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
EntityPointer is no more, so purge it.
-