Skip to content

Commit

Permalink
Add reduced element
Browse files Browse the repository at this point in the history
  • Loading branch information
rckirby committed Apr 20, 2024
1 parent 3c2a7ec commit 916e773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsfc/finatinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
# You should have received a copy of the GNU Lesser General Public License
# along with FFC. If not, see <http://www.gnu.org/licenses/>.

from functools import singledispatch, partial
import weakref
from functools import partial, singledispatch

import FIAT
import finat
import ufl
import finat.ufl

import ufl

__all__ = ("as_fiat_cell", "create_base_element",
"create_element", "supported_elements")
Expand All @@ -53,6 +52,7 @@
"Kong-Mulder-Veldhuizen": finat.KongMulderVeldhuizen,
"Argyris": finat.Argyris,
"Hsieh-Clough-Tocher": finat.HsiehCloughTocher,
"Reduced-Hsieh-Clough-Tocher": finat.ReducedHsiehCloughTocher,
"Mardal-Tai-Winther": finat.MardalTaiWinther,
"Morley": finat.Morley,
"Bell": finat.Bell,
Expand Down

0 comments on commit 916e773

Please sign in to comment.