Open
Description
Howdy!
I'm currently working on adaptive refinement and my first take on updating the mdg
is to use the replace_subdomains_and_interfaces
method. The method works as intended, but the boundary grid associated to the new_sd
does not have its geometry computed.
This was a bit strange to me, since the geometry is almost immediately used to update the boundary conditions of a typical PorePy model. Is there a reason behind this design choice?
All the best!