Wolfgang Bangerth
Wolfgang Bangerth
The last comment makes it sound like this isn't ready. @tjhei -- what's the state, do you want another look at the patch, or are you still searching for issues?
I share your observation about `bool` variables, but passing `invalid_unsigned_int` or `-1` is not much more descriptive than `false` :-) The "right" solution would be an enum, but that's overkill...
On 5/23/22 08:24, Timo Heister wrote: > That is what I did (and what I meant by "need to be awkwardly annotated at > the call site") Would be nice...
Is our code base even clean with regard to these flags at the moment? If not, maybe we can start by creating patches to this end. Other than that, we...
Anyone want to revive this?
For the record, I can reproduce the crash. It would be useful to bisect which change broke this cookbook.
As for the question of how many cores I used -- I have no recollection at all.
There's nothing wrong with opening a new pull request, but out of curiosity, why didn't you just update the one in #4608? This way whoever reads through the history of...
On 5/23/22 08:13, Marcel Saaro wrote: > In the feedback of the other PR I was instructed to open a new one but yes > next time I can also...