Skip to content

Don't use std::vectors inside local operators

Dr. Jorrit Fahlke requested to merge std-vector-free-local-operators into master

This is done by importing Q1LocalBasis from dune-localfunctions and adapting it to return by std::array of the appropriate size.

This makes dune-localfunctions unused, so it is removed from the dependencies

Closes: #5 (closed)

Merge request reports