Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Dec 12, 2024
1 parent 2be7919 commit 6fd08df
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ using GridapTopOpt
path = "./results/GMSH-TO-6-Brinkmann_stokes_P2-P1_Ersatz_elast_fsi_multistage_reinit/results/"
mkpath(path)

γ_evo = 3.0
max_steps = 1
γ_evo = 0.1
max_steps = 20
vf = 0.025
α_coeff = 2
iter_mod = 1
Expand Down Expand Up @@ -159,8 +159,8 @@ pcfs = PDEConstrainedFunctionals(J_comp,[Vol],state_map)
# ls_evo = UnfittedFEEvolution(evo,reinit)
evo = CutFEMEvolve(V_φ,Ω,dΩ_act,hₕ;max_steps,γg=0.1)
reinit1 = StabilisedReinit(V_φ,Ω,dΩ_act,hₕ;stabilisation_method=ArtificialViscosity(2.0))
reinit2 = StabilisedReinit(V_φ,Ω,dΩ_act,hₕ;stabilisation_method=GridapTopOpt.InteriorPenalty2(V_φ,γg=1.0))
reinit = GridapTopOpt.MultiStageStabilisedReinit2([reinit1,reinit2])
reinit2 = StabilisedReinit(V_φ,Ω,dΩ_act,hₕ;stabilisation_method=GridapTopOpt.InteriorPenalty(V_φ,γg=1.0))
reinit = GridapTopOpt.MultiStageStabilisedReinit([reinit1,reinit2])
ls_evo = UnfittedFEEvolution(evo,reinit)

## Hilbertian extension-regularisation problems
Expand Down

0 comments on commit 6fd08df

Please sign in to comment.