<div dir="ltr">Hello,<div>I am using DUNE's PDELab, and noticed that in the alpha_skeleton calls, only 2 coefficient vectors are available: x_s and x_n. This implies that only the unknowns evaluated on the self and neighbor cells are available for use in alpha_skeleton's calculations. Suppose my weak form had an integral over an edge which depended on the unknowns evaluated on cells other than the self and neighbor elements; would it be possible to implement this using PDELab?</div><div><br></div><div>As a more concrete example, assume I have a uniform square grid, with elements E_1 and E_2 which do not share an edge. Suppose I wish to calculate</div><div>\int_e u_1*u_2,</div><div>where u_1 and u_2 are the unknowns evaluated in the centers of elements E_1 and E_2, respectively, and e is some edge of E_1. Is calculating this integral possible using PDELab's alpha_skeleton function, or is there another way to do so?</div><div><br></div><div>Any advice or input would be greatly appreciated!</div><div><br></div><div>Thank you for your time,</div><div>Bryan</div></div>