Skip to content

Commit

Permalink
update hybridized SBP test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed May 10, 2024
1 parent b19c525 commit 26b985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cut_mesh_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ end
Ph = hybridized_projection_matrices[e]
Vh = hybridized_interp_matrices[e]
@test norm(Ph * Qxh * Vh - Dx) +
norm(Ph * Qyh * Vh - Dy) < 1e3 * eps()
norm(Ph * Qyh * Vh - Dy) < 100 * length(Dx) * eps()
end
end

0 comments on commit 26b985a

Please sign in to comment.