Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pub/python/vol1/ft11_magnetostatics.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
J_S = Constant(-1.0)

# Define magnetic permeability
class Permeability(Expression):
class Permeability(UserExpression):
def __init__(self, markers, **kwargs):
self.markers = markers
def eval_cell(self, values, x, cell):
Expand Down