Jordi Manyer Fuertes
Jordi Manyer Fuertes
@jellejurre It is possible, but you should use the `map_parts` functionality to extract the `FaceLabeling` in each processor. Something along the lines of ```julia tags = map_parts(local_views(labels)) do labels get_face_tag(labels,dimension)...
@amartinhuertas Could we approve this?
Can we merge this now that GridapMakie has been updated?
> How is that dealt with in GridapPETSc.jl? I believe it just isn't. I may look into it, although we compile our own petsc libraries for all our important runs....
There was definitely something changing between older PETSc versions and newer PETSc versions (I'm not sure it was the jll's fault or just something in PETSc). In the end we...
Hi @tam724 , thanks for the detailed issue. Would it make sense to have cache invalidation? Yes, I think so. What is the best way of doing it? That, I...
I don't like the kwarg route, at least for now. I prefer something like the `invalidate_cache` for targeting specific array calls.
Just to add a comment (maybe @amartinhuertas can correct me): I believe this is deliberately NOT implemented in distributed. The implementation is not the issue here, it is actually quite...
Should we wait until Gridap's release to merge this? I think it might be fine to just merge now...
Hi @siomnnn , thanks for reporting the issue. Let's first check if your diagnostic is correct: Can you please try to overwrite the problematic function by giving the kdtree the...