Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoinemarteau committed Jan 3, 2025
1 parent a48c09b commit 15fee11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/FESpacesTests/CurlConformingFESpacesTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ U = TrialFESpace(V,u)
uh = interpolate(u,U)
e = u - uh
el2 = sqrt(sum( ( ee )*dΩ ))
@test el2 < 1.0e-10 broken=true
@test el2 < 1.0e-10
order = 2
reffe = ReferenceFE(nedelec,order)
V = TestFESpace(model,reffe,dirichlet_tags = "boundary")
Expand All @@ -99,7 +99,7 @@ U = TrialFESpace(V,u)
uh = interpolate(u,U)
e = u - uh
el2 = sqrt(sum( ( ee )*dΩ ))
@test el2 < 1.0e-10 broken=true
@test el2 < 1.0e-10

domain = (0,1,0,1,0,1)
partition = (3,3,3)
Expand Down

0 comments on commit 15fee11

Please sign in to comment.