Skip to content

Simplify implementation of Simple sparse matrix backend

Oliver Sander requested to merge simplify-simple-matrixbackend into master

The SimpleMatrixPattern class does not actually need the orderings.

As a consequence of this simplification, Experimental::GridFunctionSpace can be used together with the SimpleBackend.

Merge request reports