Skip to content

Fix issue 245 : Bug in `BasisProjectionOperator` when NOT using compiled kernels

Valentin Carlier requested to merge fix-245 into devel

Solves the following issue(s):

Closes #245

Core changes:

Impose the good number of quadrature points when precomputing the grids of the projectors. Before this number was not passed so was set to p+1 by default, probably creating the bug.

It is still a mystery how the code was working when the kernels were compiled, but now the Variational models are working without the kernels being compiled.

Model-specific changes:

None

Documentation changes:

None

Merge request reports