Skip to content

Commit

Permalink
replace with whole SkeletonTriangulation
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Sep 16, 2024
1 parent a25cfe1 commit ead8ca2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function GridapTopOpt.evolve!(s::UnfittedFEEvolution,φh,vel,γ)

ϵ = 1e-20

geo = DiscreteGeometry(φh,model)
F = EmbeddedFacetDiscretization(LevelSetCutter(),model,geo)
= SkeletonTriangulation(F)
# geo = DiscreteGeometry(φh,model)
# F = EmbeddedFacetDiscretization(LevelSetCutter(),model,geo)
= SkeletonTriangulation(get_triangulation(φh))#F)
dFΓ = Measure(FΓ,2*order)
n = get_normal_vector(FΓ)

Expand Down

0 comments on commit ead8ca2

Please sign in to comment.