From 61476222f6bd051d6e8f5a909e65830db482f17f Mon Sep 17 00:00:00 2001 From: Pablo Brubeck Date: Fri, 20 Dec 2024 10:59:56 -0600 Subject: [PATCH] Hot fix for element list (#123) --- finat/element_factory.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/finat/element_factory.py b/finat/element_factory.py index 317fa7a0..48db428d 100644 --- a/finat/element_factory.py +++ b/finat/element_factory.py @@ -71,8 +71,6 @@ "Gauss-Lobatto-Legendre": finat.GaussLobattoLegendre, "Gauss-Legendre": finat.GaussLegendre, "Gauss-Legendre L2": finat.GaussLegendre, - "Legendre": finat.Legendre, - "Integrated Legendre": finat.IntegratedLegendre, "Morley": finat.Morley, "Nedelec 1st kind H(curl)": finat.Nedelec, "Nedelec 2nd kind H(curl)": finat.NedelecSecondKind,