We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69387b5 commit 4d9bfd7Copy full SHA for 4d9bfd7
test/test_pdes.jl
@@ -1,3 +1,5 @@
1
+using ClassicalOrthogonalPolynomials, LazyBandedMatrices, Test
2
+
3
@testset "2D p-FEM" begin
4
W = JacobiWeight(1,1) .* Jacobi(1,1)
5
x = axes(W,1)
0 commit comments