Skip to content

Feature/common math reduced requirements

Timo Koch requested to merge feature/common-math-reduced-requirements into master

The changes allow the use of e.g. Dune::BlockVector as a storage container that don't implement back. This algorithm now only requires size, [], begin/end.

Merge request reports