-
- Downloads
Reorder template parameters to allow for a default BitVector type.
This addresses issue #10.
Loading
-
Hm. I greatly appreciate the changes you've made here towards default-constructibility. This particular change here seems like it should have been discussed before, though. E.g. dune-tnnmg-examples!1 is now invalid. I don't know if anyone was already using
BlockGSStep
outside ofdune-solvers
. But given that we deprecated theTruncatedBlockGSStep
and suggested this as a replacement, I wouldn't be surprised if a few people were... -
If it turns out that nobody was using this class outside of
dune-solvers
yet, it might make sense to either- push these changes to the 2.5 branch as well or
- remove blockgssteps.hh from the 2.5 branch retroactively entirely again
so that we don't have one interface in 2.5 and the other in post-2.5.
Edited by pipping
Please register or sign in to comment