Skip to content
Snippets Groups Projects
Commit 137ed6c8 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

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>".
parent 001a390c
No related branches found
No related tags found
1 merge request!5Decoupling linear solvers from PDE solvers
Showing
with 40 additions and 151 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment