Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Dec 12, 2024
1 parent 6fd08df commit 8448a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function solve!(s::StabilisedReinit,φh,cache::Nothing)
s.cache = (;nls_cache,φ_tmp)
# Solve
solve!(get_free_dof_values(φh),nls,op,nls_cache)
copy!(φ_tmp,get_free_dof_values(φ))
copy!(φ_tmp,φ)
update_collection!(s.Ωs,φh) # TODO: remove?
return φh
end
Expand Down

0 comments on commit 8448a39

Please sign in to comment.