From f4fb350c38541efc4509ce1d12a289f52bf260e8 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Tue, 8 Aug 2023 08:53:26 +0100 Subject: [PATCH] _basixcpp.pyi --- python/basix/_basixcpp.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/python/basix/_basixcpp.pyi b/python/basix/_basixcpp.pyi index b3835aed0..192cb1eea 100644 --- a/python/basix/_basixcpp.pyi +++ b/python/basix/_basixcpp.pyi @@ -62,6 +62,7 @@ class ElementFamily: DPC: ClassVar[ElementFamily] = ... HHJ: ClassVar[ElementFamily] = ... Hermite: ClassVar[ElementFamily] = ... + iso: ClassVar[ElementFamily] = ... N1E: ClassVar[ElementFamily] = ... N2E: ClassVar[ElementFamily] = ... P: ClassVar[ElementFamily] = ...