Closed bangerth closed 1 month ago
I've got a patch. It is really a miracle that this works at all, made possible by the fact that EvaluationFlags
and UpdateFlags
use the same numeric values for values and gradients.
I'm confused why this was not caught by the CI :-(
For the record, this was introduced in be888f3f3c642d4f78085f7d461c165d6ccd72a0 as part of #6051.
Oh, that is indeed annoying that CI did not find it.
I wonder if we could finagle it in such a way that we compile with -Werror
. I think we're not doing that because we inherit compile flags from deal.II?
I see lots of warnings of the following kind:
We should probably address this before the release.