Skip to content

Provide the maximum possible quadrature with a message, instead of failing

If a quadrature of too high order is requested, the QuadProvider just fails, in optimized builds without a warning, in debug builds with an assertion.

As ACFem allows for divisions of functions, which needs the maximum possible order the requested order is set too high for the quad provider.

Merge request reports