> What are the other possible sources of error in this situation as far the constraints are concerned (in conjunction with the FE_Q(1) and FE_DGQ(0) space).
Are you using the constraint matrix whenever you enter stuff into
matrices/vectors? Are you distributing constraints after solving and
before you use the solutions for postprocessing/output/following
solution steps?
> Do constraints affect what happens to the off diagonal terms in the system matrix (e.g. the cross-terms between the two types of basis functions)?
Not sure how that could be a problem.
> Timo, you mentioned that you used this type of a basis for Stokes flow -
> would you mind sharing what your weak form looked like? Was it akin to a
> continuous galerkin setup with integrals set up over the entire solution
> domain, or local integrals as is seen in discontinuous galerkin methods? If
> it was the latter, I have a feeling the constraints might not be necessary.
Standard continuous Galerkin of Stokes.
> I will try to redo the convergence analysis and update here in case I can
> get the method to work.
Do you have face integrals? How are you handling them when you have a
face that is refined from one side?