Skip to content

Commit

Permalink
add classes for edge incidence
Browse files Browse the repository at this point in the history
  • Loading branch information
vohonen committed Jun 13, 2024
1 parent 4375b0f commit 1709702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from numpy.testing import assert_array_equal, assert_almost_equal

from skfem.mesh import (Mesh, MeshHex, MeshLine, MeshQuad, MeshTet, MeshTri,
MeshTri2, MeshQuad2, MeshTet2, MeshHex2, MeshLine1DG,
MeshQuad1DG, MeshHex2, MeshTri1DG)
MeshTet1, MeshHex1, MeshLine1DG, MeshQuad1DG,
MeshTri1DG, MeshTri2, MeshQuad2, MeshTet2, MeshHex2)
from skfem.assembly import Basis, LinearForm, Functional, FacetBasis
from skfem.element import (ElementTetP1, ElementTriP0, ElementQuad0,
ElementHex0)
Expand Down

0 comments on commit 1709702

Please sign in to comment.