Skip to content

Make FiniteElementCache assignable

Summary

This MR adds copy/move assignment operators to the LocalFiniteElementVariantCache. Since The copy/move constructors are declared =default, the assignment operators were implicitly deleted. This MR fixes this situation.

Merge request reports