Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Mar 12, 2024
1 parent fa554e9 commit 480a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/MPI/3d_inverse_homenisation_ALM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function main(mesh_partition,distribute,el_size)
reffe = ReferenceFE(lagrangian,VectorValue{3,Float64},order)
reffe_scalar = ReferenceFE(lagrangian,Float64,order)
V = TestFESpace(model,reffe;dirichlet_tags=["origin"])
U = TrialFESpace(_V,VectorValue(0.0,0.0,0.0))
U = TrialFESpace(V,VectorValue(0.0,0.0,0.0))
V_reg = V_φ = TestFESpace(model,reffe_scalar)
U_reg = TrialFESpace(V_reg)

Expand Down

0 comments on commit 480a8f4

Please sign in to comment.