Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Aug 8, 2024
1 parent 86a02fc commit 7fa8398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FESpacesTests/ZeroMeanFESpacesTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ l2_error(u,v) = sqrt(sum(∫((u-v)⋅(u-v))*dΩ))

b(u,q) = (q*(∇u))dΩ
B = assemble_vector(q -> b(uh,q),Q)
B0 = assemble_vector(q -> b(u_ex,q),Q0)
B0 = assemble_vector(q -> b(uh,q),Q0)
@test abs(sum(B)) < 1.0e-10
@test abs(sum(B0)) < 1.0e-10

Expand Down

0 comments on commit 7fa8398

Please sign in to comment.