Skip to content

Commit

Permalink
move pressure trace to interface law
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiofumagalli committed Jan 24, 2019
1 parent f0af24f commit 7ba0217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/porepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
RobinContact,
StressDisplacementContinuity,
)
from porepy.numerics.interface_laws.pressure_trace import PressureTrace
from porepy.numerics.mixed_dim.assembler import Assembler
from porepy.numerics.mixed_dim.pressure_trace import PressureTrace

import porepy.numerics

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import porepy as pp


class PressureTrace(pp.Assembler):
class PressureTrace(object):
""" Implement a pressure trace discretization, no PDE are associated with this discretization.
Only the interface operator are given. A possible usage is for the co-dimensional objects in a
DFN discretization.
Expand Down

0 comments on commit 7ba0217

Please sign in to comment.