Peter Munch
Peter Munch
@kronbichler Please find attached the minimal test. The face visualized as arrow (between cells `1_3:322` and `3_3:100`) should be partition 1, however, is partition 2 as the code shows: ![Screenshot...
> I think the solution is to make the face integrals check if any of the involved cells are at the "boundary" and ensure that the assignment to partitions is...
@kronbichler Thank you for the feedback. I am not sure I got all your comments, but I think I have identified the root cause. The two cells next the problematic...
> If we really want to use it also in case we request CellData, we need to change this part. Exactly. Renumber the vertices of the cells. You already have...
@bangerth You have my support!
> If you create the p4est Triangulation with mesh_reconstruction_after_repartitioning the ordering of dofs/cells will always be the same. @tjhei Thank you for pointing out this setting of p:d:T. You are...
Once https://github.com/dealii/dealii/pull/14350 is merged, I will modify update this PR so that the iterated part is reused. The only difference are the locs: https://github.com/dealii/dealii/blob/cde70e82658da719f7a585507c670bc5802884cb/include/deal.II/lac/solver_gmres.h#L741-L752
@kronbichler I have rebased the PR. Ready from my side!
@kronbichler I have applied the suggestions!