Skip to content

[powerbasis] Add missing template argument

While playing around with the codes from the manual, I stumbled across that

auto taylorHoodBasis = makeBasis( gridView, composite( power<dim>( lagrange<p+1>()), lagrange<p>() )); from section 2.6 would not compile. This MR adds the missing template parameter for std::forward.

Merge request reports