Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

use owing ptr, fixes usecase for schwarz #655

Closed fnrizzi closed 9 months ago

fnrizzi commented 9 months ago

this is not the proper fix. The proper fix is to move what we can move, similarly to what we do for galerkin. But doing so will require fixing the move semantics for good everywhere by actually thinking about it properly!