Skip to content

Add FastAMG constructor with shared_ptr arguments

Simon Praetorius requested to merge feature/fastamg-constructor-shared-ptr into master

Summary

The FastAMG preconditioner is not aligned with the other preconditioners/solvers that already store the linear operator by shared_ptr. The MR solves this issue.

Merge request reports