Skip to content

Commit

Permalink
CutFEM w/island checking
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Dec 1, 2024
1 parent a1375bd commit 4bb949e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 225 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ reffe_scalar = ReferenceFE(lagrangian,Float64,order)
V_reg = TestFESpace(model,reffe_scalar;dirichlet_tags=["Gamma_N"])
U_reg = TrialFESpace(V_reg,0)
V_φ = TestFESpace(model,reffe_scalar)
V_χ = TestFESpace(model,ReferenceFE(lagrangian,Float64,0))

## Levet-set function
φh = interpolate(x->-cos(4π*x[1])*cos(4π*x[2])-0.4,V_φ)
Expand Down
224 changes: 0 additions & 224 deletions scripts/Embedded/Examples/FCM_2d_thermal_with_island_checking.jl

This file was deleted.

0 comments on commit 4bb949e

Please sign in to comment.