Skip to content

Implement hybridRowIndexAccess to generically access matrix rows

graeser requested to merge feature/implement-hybrid-row-access into master

This is a duplicate of Dune::Functions::hybridIndexAccess() with Hybrid::size(m) replaced by decltype(m)::N().

Merge request reports