Closed MarcelKoch closed 6 months ago
@yhmtsai I've unified the shared_ptr
implementation with the previous smart pointer implementation.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
This PR reduces the interface changes to the
DistributedBase
interface. It removes the virtual functionget_local_size
. The only place where this was used was in the multigrid solver. There it has been replaced by using therun
dispatch with every possible distributed Matrix type.It also makes
run
easier to use by automatically deducing the const qualifier.Note: although this is based on #1544, it can be rebased on develop and merged before.