Skip to content

Deprecate localIndexSet() and stop using it

Carsten Gräser requested to merge feature/stop-using-localindexset into master

This deprecates globalBasis.localIndexSet() and removes all uses of it in dune-functions. The LocalIndexSet concept still exists and the GlobalBasis concept still contains localIndexSet() to document the interface of the still existing method/class. Both can be removed once the method/class are finally removed.

Notice that the LocalIndexSet is no longer tested directly. However, since all functions in the only implementation (DefaultLocalIndexSet) just forward to the LocalView now, it should be sufficient and cleaner to only test the LocalView.

Merge request reports