Closed janmodderman closed 1 year ago
Hi, @JanModderman,
Are lines 35-37 here https://github.com/gridap/GridapEmbedded.jl/blob/master/test/InterfacesTests/EmbeddedFacetDiscretizationsTests.jl#L35 what you are looking after?
Γu = EmbeddedBoundary(cutgeo)
Γf = BoundaryTriangulation(cutgeo_facets,PHYSICAL)
Γ = lazy_append(Γu,Γf)
Yes! Thanks you very much, cutgeo_facets is exactly what I needed!
Good, reopen the issue if needed :)
Hey all,
When trying to extract a boundary triangulation from the physical triangulation of a cut geometry that intersects the boundary I get an error. I think the error is that the physical triangulation does not have the information about the boundary of the background triangulation. Getting the boundary triangulation of an active triangulation works. Any idea on how to fix this?
@ericneiva @fverdugo
below the error I get:
Error reproduction code: