Skip to content

Make LagrangianFunctionSpace.is_continuous return False for P0

Marcus Mohr requested to merge mohr/small-fix-for-p0 into main

IMHO it is quite misleading that LagrangianFunctionSpace.is_continuous currently returns True, when the degree is zero. This MR is bound to change this. The operator generation test still works and any potential impact on form generation cannot be tested due to #48 (closed). Thus, I think we are good here.

Merge request reports