Closed JordiManyer closed 4 months ago
This is caused by a bug in distributed block-assembly. It has nothing to do with p4est, but rather p4est's dof ordering was activating the bug in GridapDistrbuted. Fixed by https://github.com/gridap/GridapDistributed.jl/pull/147
It is a convoluted one...
I've found a bug that seems to be caused by the combination of p4est models AND :zeromean constraints AND block assembly. If we run the following code, the last weakform produces the error below.
If we uncomment one of the commented lines, i.e if
the error message goes away and everything runs fine. So it's activated by a combination of all four. My guess is that something must be going on with the ghost dof ids of the individual fespaces we create.