From 857f050b433952317bfe6b169a10ba5a34104f62 Mon Sep 17 00:00:00 2001 From: zjwegert <60646897+zjwegert@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:39:35 +1000 Subject: [PATCH] remove todo --- scripts/Embedded/MWEs/zach_embedded_boundary_integral.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Embedded/MWEs/zach_embedded_boundary_integral.jl b/scripts/Embedded/MWEs/zach_embedded_boundary_integral.jl index 0a5d8182..7792ffc9 100644 --- a/scripts/Embedded/MWEs/zach_embedded_boundary_integral.jl +++ b/scripts/Embedded/MWEs/zach_embedded_boundary_integral.jl @@ -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) nˢ = lazy_map(Operation(v->(-m(v))),S_normal) nˢ = map(v->v(Point(0)),nˢ)