Simplify code using asMatrix()
This is based on dune-common!656 (merged) which introduces Impl::asMatrix()
using this we can avoid many Hybrid::ifElse
constructions which increase complexity of the implementation and error messages.
Furthermore we can drop toMatrix()
which fixed #63 (closed).
This is a clone of !288 (closed). Is was created in order to tell the CI to use the corresponding branch in dune-common using a matching branch name.
Edited by Carsten Gräser
Merge request reports
Activity
mentioned in merge request !288 (closed)
added 1 commit
- 894a39a4 - Simplify BTDMatrix::solve() using Impl::asMatrix() and Impl::asVector()
assigned to @oliver.sander
mentioned in commit 85fce383
Please register or sign in to reply