Refactoring: replaced TNL::SharedPointer with std::shared_ptr for the linear...
Refactoring: replaced TNL::SharedPointer with std::shared_ptr for the linear solver and preconditioner The DeviceType capability does not matter because these objects are never passed to the device and we need to pass "shared_ptr<Derived>" as "shared_ptr<Base>".
Loading
Please sign in to comment