Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
keep up with UFL renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rckirby authored and miklos1 committed Aug 24, 2020
1 parent b124ed1 commit 680293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfc/finatinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"Discontinuous Lagrange L2": finat.DiscontinuousLagrange,
"Gauss-Legendre L2": finat.GaussLegendre,
"DQ L2": None,
"Sdirect": finat.DirectSerendipity,
"Direct Serendipity": finat.DirectSerendipity,
}
"""A :class:`.dict` mapping UFL element family names to their
FInAT-equivalent constructors. If the value is ``None``, the UFL
Expand Down

0 comments on commit 680293b

Please sign in to comment.