Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuayi committed Apr 30, 2021
1 parent b5d98db commit 6870f34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/buildtest/PoissonFEMWithDirichletBC_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ def test_poisson_fem_2d():
bc = DirichletBC(space, pde.dirichlet)

uh = space.function()
if dim == 2:
A = space.stiff_matrix()
elif dim == 3:
A = space.parallel_stiff_matrix(q=p)
A = space.stiff_matrix()

F = space.source_vector(pde.source)

Expand Down

0 comments on commit 6870f34

Please sign in to comment.