-
- Downloads
[!297] use `weak_ptr`'s `lock()` method to allow case of no coarser level
Merge branch 'bugfix/paamg-hierarchy-weak-ptr-may-be-nullptr' into 'master' ref:core/dune-istl On the coarsest level, element_->coarser_ is empty and constructing a shared_ptr from a weak_ptr fails. The lock() method returns an empty shared_ptr instead. This fails when iterating over the hierarchy as the end of the iteration cannot be reached; the problem was previously described by @simon.praetorius [1]. See merge request [!297] [1]: https://lists.dune-project.org/pipermail/dune-devel/2019-March/002441.html [!297]: gitlab.dune-project.org/core/dune-istl/merge_requests/297
No related branches found
No related tags found
Please register or sign in to comment