Skip to content

Commit

Permalink
Coarsening error tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Oct 24, 2023
1 parent 27f8345 commit 95344cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PoissonNonConformingOctreeModelsTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ module PoissonNonConformingOctreeModelsTests
el2 = sqrt(sum( ( ee )*dΩH ))
eh1 = sqrt(sum( ( ee + (e)(e) )*dΩH ))

tol=1e-6
tol=1e-5
@assert el2 < tol
@assert eh1 < tol

Expand Down

0 comments on commit 95344cd

Please sign in to comment.