Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Jun 29, 2024
1 parent 33cebf4 commit 6e9fb63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/reference_elem_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@

@test StartUpDG._short_typeof(rd.element_type) == "Pyr"
end

@testset "Collapsed coordinate quadratures" for elem in [Tri(), Tet(), Wedge(), Pyr()]
rd = RefElemData(elem, Polynomial(), 2)
rd_tp = RefElemData(elem, Polynomial(TensorProductQuadrature()), 2)
@test rd.M rd_tp.M
end
end

inverse_trace_constant_compare(rd::RefElemData{3, <:Wedge, <:TensorProductWedge}) =
Expand Down

0 comments on commit 6e9fb63

Please sign in to comment.