[WIP] Feature/solverfactory
Compare changes
Files
4- Christian Engwer authored
this change became necessary to correctly manage data created in the solver factory. We implement the following changes: * we introduce a new constructor taking a shared_ptr<MemberType> * all old constructors are deprecated * we update the test and the AMG implementations to the shared_ptr and pass it to Hierarchy
@@ -43,8 +43,11 @@ void testHierarchy(int N)