FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
742 stars 178 forks source link

Remove std::map from scatter_values in nonmatching interpolation #3396

Closed jorgensd closed 2 weeks ago

jorgensd commented 2 weeks ago

Resolves #2419.

jorgensd commented 2 weeks ago

@massimiliano-leoni do you mind testing this on your huge secret meshes and see that we don't get a regression? I can't see how it would regress, as we add some optimizations here to one of the rank_to_neighbor maps.

jhale commented 2 weeks ago

This looks good to me.