Fix some deprecation warnings
Fixes the following deprecation warnings:
- Use of
CollectiveCommunication
andgetCollectiveCommunication()
(deprecated in core/dune-common@d4ef4c20) - Use of
[=]
to capturethis
(deprecated in C++20)
Fixes the following deprecation warnings:
CollectiveCommunication
and getCollectiveCommunication()
(deprecated in core/dune-common@d4ef4c20)[=]
to capture this
(deprecated in C++20)