<div dir="ltr"><div>Hi everyone, </div><div><br></div><div>I'm looking for a method to access the values of cells in the alpha_skeleton function of my local operator in addition to the values of the inside and outside cell of the intersection. <br></div><div><br></div><div>The nonlinear Two Point Flux Approximation I'm currently working on requires information about 4 cells to compute the flux through each intersection. So in addition to the inside and outside cell two additional cells m and k are required. The cells m and k are dependent on the intersection, the inside and outside cell as well as problem parameters. Right now I can determine the index of those cells and then get the corresponding elements by iterating over the grid. <br></div><div><br></div><div>Sadly, I haven't found an efficient way to access the values of these cells, since alpha_skeleton only gets the local vectors and local function spaces of the inside and outside cell. But I guess I'm not the only person encountering this problem. Can anyone give me a hint on how to solve this? <br></div><div><br></div><div>Best regards, <br></div><div>Jonas <br></div></div>