Skip to content

Commit

Permalink
Visualise jump
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Oct 2, 2024
1 parent 8632e93 commit ae4e9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Embedded/SubFacetSkeletonTriangulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ writevtk(
"n1"=>n1,"n2"=>n2,
"n_∂Ω_plus"=>n_∂Ω_plus,"n_∂Ω_minus"=>n_∂Ω_minus,
"ns"=>nˢ,
"∇φh_Γs_plus"=>∇φh_Γs_plus,"∇φh_Γs_minus"=>∇φh_Γs_minus]
"∇φh_Γs_plus"=>∇φh_Γs.plus,"∇φh_Γs_minus"=>∇φh_Γs.minus,
"jump"=>jump(∇φh_Γs)]
)
writevtk(
Ω,
Expand Down

0 comments on commit ae4e9fe

Please sign in to comment.