Skip to content

Use square brackets when using vector backend.

lh1887 requested to merge fix/use-brackets-in-backend into master

The istlVectorBackend in dune-functions only supports square brackets and not parentheses. The HierarchicVectorWrapper (which is the same as the deprecated Fufem::istlVectorBackend) supports both, anyway.

Merge request reports