From 680293bf5aad6fc53a5fde2236a923740845b571 Mon Sep 17 00:00:00 2001 From: Rob Kirby Date: Fri, 21 Aug 2020 12:25:12 -0500 Subject: [PATCH] keep up with UFL renaming --- tsfc/finatinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsfc/finatinterface.py b/tsfc/finatinterface.py index 96209f59..2a686eab 100644 --- a/tsfc/finatinterface.py +++ b/tsfc/finatinterface.py @@ -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