These standalone scripts reproduce the three P1 findings from the review. Run them from the Ferrite.jl repository root. Each script currently fails at the documented invariant; after a fix, it should complete without error.
julia --project=. review_mwes/p1_balanceforest_3d_corner.jl
julia --project=. review_mwes/p1_q2_conformity.jl
julia --project=. review_mwes/p1_subdomain_conformity.jlp1_balanceforest_3d_corner.jl:balanceforest!leaves two corner-touching 3D leaves at levels 3 and 1.p1_q2_conformity.jl: the Q1 averaging constraint is silently applied to a Q2 field, so an exactly representable quadratic is not reproduced.p1_subdomain_conformity.jl: a projector restricted to a subdomain creates a hanging constraint for absent dof zero and fails while closing its constraint handler.