Hi all,
In my current code I first solve the poisson equation in a large mesh with different conducting properties.
Next I want to solve in a submesh which is much smaller and will be changed to contain microscopic properties.
I would like to be able to find robin boundary conditions that I can apply on boundaries of the submesh based on the original calculation.
β u + ∂u / ∂n = 0 in ∂Ω
So I have to find a β that can "simulate" the rest of the domain. If I keep the submesh unchanged it should result in the same solution by applying the same flux boundary condition as we find in the "total" solution
How could I compute these β values?