Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Aug 13, 2024
1 parent bb27af5 commit 5f6cd9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/MultiFieldTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ function main(distribute, parts, mfs)
@test l2_error(u,uh,dΩ) < 1.0e-9
@test l2_error(p,ph,dΩ) < 1.0e-9

x_p = partition(get_free_dof_values(ph))
x_p2 = partition(get_free_dof_values(ph2))

a1(x,y) = (xy)dΩ
a2((u,p),(v,q)) = (uv + pq)dΩ
A1 = assemble_matrix(a1,UxP,UxP)
Expand Down

0 comments on commit 5f6cd9a

Please sign in to comment.