Skip to content

Commit

Permalink
Added a test to RefinementRulesTests.jl that fails and should not
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Jul 18, 2023
1 parent 6ce09af commit 09b6e9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/AdaptivityTests/RefinementRulesTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ for poly in polys
rr_red = Adaptivity.RedRefinementRule(poly)
Adaptivity.test_refinement_rule(rr_red)

rrules=[rr_generic, rr_white, rr_red]
@test isconcretetype(eltype(rrules))

n_edges = num_faces(poly,1)
for e in 1:n_edges
rr_green = Adaptivity.GreenRefinementRule(poly,e)
Expand Down

0 comments on commit 09b6e9b

Please sign in to comment.