In a term paper about Finite Elements, I need to compute empirical convergence rates without knowing the exact solution of an elliptic PDE.
Given a family of grids $\mathcal{T}_h$ with $h \in \{h_1, \dots, h_n\}$ decreasing sequence of meshwidths, let us denote the resulting numerical approximations by $u_1,\dots,u_n$.
Here is where I am stuck: I need to compute a reference solution $u^{\ast}$ on a reference triangulation $\mathcal{T}^{\ast}$ which is a refinement of all $\mathcal{T}_i$.
Can anyone help me with an easy-to-implement approach on this?
My idea: Assume that the corresponding FE spaces $V^{\ast}; V_1,\dots,V_n$ (Lagrangean, conforming and non-conforming) are nested, and there is a (trivial) inclusion $V_i \subseteq V^{\ast}$ for all $i$.
I want to compute the matrix of a projection $V^{\ast} \twoheadrightarrow V_i$ (Bases are hierarchical hat-bases everywhere, call the matrix of the projection $\mathbf{P}_i$) and compute $\|u_i - \mathbf{P}_i u^{\ast}\|$. But then I don't know what projection I should use to get the right rate. Norm will be $L^2$; $H^1$ for conforming; dG for nonconforming ("dG=$H^1$-Norm with jump terms").