Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Sep 27, 2024
1 parent 25c9ce3 commit 857f050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/Embedded/MWEs/zach_embedded_boundary_integral.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ m(n) = VectorValue(n[2],-n[1]);
Γ_ghost_skel_edges_to_Γ_conormals = map(v->[m(v[1]),-m(v[2])],Γ_ghost_skel_edges_to_Γ_normals)

## Construct map: S edge → nˢ (vector parallel to S, orthogonal to S normals, outward facing from ∂Ω)
# TODO: Need to check whether this should be plus or minus
S_normal = get_facet_normal(Γg.plus)
= lazy_map(Operation(v->(-m(v))),S_normal)
= map(v->v(Point(0)),nˢ)
Expand Down

0 comments on commit 857f050

Please sign in to comment.