dolfinx icon indicating copy to clipboard operation
dolfinx copied to clipboard

NBX should be removed from sub index map creation

Open jpdean opened this issue 11 months ago • 2 comments

A call to NBX was added in this PR to fix a bug in sub map creation, however, it should be possible to compute the sub map destination ranks without it by adding an extra communication step

jpdean avatar Mar 12 '24 17:03 jpdean

@jpdean can this be fixed easily?

garth-wells avatar Apr 20 '24 07:04 garth-wells

Getting it to work shouldn't be too tricky, but doing it in a tidy, efficient way will need some thought. The main difficulty is that it's easy to overlook corner cases. I'll have a look at it this week.

jpdean avatar Apr 22 '24 09:04 jpdean