Skip to content

Commit

Permalink
Add mortar grid to main __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
keileg committed Apr 26, 2018
1 parent 15a4219 commit aa621ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/porepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
from porepy.grids.simplex import TriangleGrid, TetrahedralGrid
from porepy.grids.simplex import StructuredTriangleGrid, StructuredTetrahedralGrid
from porepy.grids.point_grid import PointGrid
from porepy.grids.mortar_grid import MortarGrid

# Fractures
from porepy.fracs.fractures import Fracture, EllipticFracture, FractureNetwork
Expand Down

0 comments on commit aa621ab

Please sign in to comment.