AUTHORS
COPYING
COPYING.LESSER
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
FIAT/P0.py
FIAT/Sminus.py
FIAT/SminusCurl.py
FIAT/SminusDiv.py
FIAT/__init__.py
FIAT/alfeld_sorokina.py
FIAT/argyris.py
FIAT/arnold_qin.py
FIAT/arnold_winther.py
FIAT/barycentric_interpolation.py
FIAT/bell.py
FIAT/bernardi_raugel.py
FIAT/bernstein.py
FIAT/brezzi_douglas_fortin_marini.py
FIAT/brezzi_douglas_marini.py
FIAT/brezzi_douglas_marini_cube.py
FIAT/bubble.py
FIAT/check_format_variant.py
FIAT/christiansen_hu.py
FIAT/crouzeix_raviart.py
FIAT/discontinuous.py
FIAT/discontinuous_lagrange.py
FIAT/discontinuous_pc.py
FIAT/discontinuous_raviart_thomas.py
FIAT/discontinuous_taylor.py
FIAT/dual_set.py
FIAT/enriched.py
FIAT/expansions.py
FIAT/fdm_element.py
FIAT/finite_element.py
FIAT/functional.py
FIAT/gauss_legendre.py
FIAT/gauss_lobatto_legendre.py
FIAT/gauss_radau.py
FIAT/gopalakrishnan_lederer_schoberl.py
FIAT/guzman_neilan.py
FIAT/hct.py
FIAT/hdiv_trace.py
FIAT/hdivcurl.py
FIAT/hellan_herrmann_johnson.py
FIAT/hermite.py
FIAT/hierarchical.py
FIAT/histopolation.py
FIAT/hu_zhang.py
FIAT/jacobi.py
FIAT/johnson_mercier.py
FIAT/kong_mulder_veldhuizen.py
FIAT/lagrange.py
FIAT/macro.py
FIAT/mardal_tai_winther.py
FIAT/mixed.py
FIAT/morley.py
FIAT/nedelec.py
FIAT/nedelec_second_kind.py
FIAT/nodal_enriched.py
FIAT/orientation_utils.py
FIAT/orthopoly.py
FIAT/pointwise_dual.py
FIAT/polynomial_set.py
FIAT/powell_sabin.py
FIAT/quadrature.py
FIAT/quadrature_element.py
FIAT/quadrature_schemes.py
FIAT/raviart_thomas.py
FIAT/reference_element.py
FIAT/regge.py
FIAT/restricted.py
FIAT/serendipity.py
FIAT/tensor_product.py
FIAT/xg_quad_data.py
finat/__init__.py
finat/alfeld_sorokina.py
finat/argyris.py
finat/arnold_qin.py
finat/aw.py
finat/bell.py
finat/bernardi_raugel.py
finat/cell_tools.py
finat/christiansen_hu.py
finat/cube.py
finat/direct_serendipity.py
finat/discontinuous.py
finat/element_factory.py
finat/enriched.py
finat/fiat_elements.py
finat/finiteelementbase.py
finat/guzman_neilan.py
finat/hct.py
finat/hdivcurl.py
finat/hermite.py
finat/hz.py
finat/johnson_mercier.py
finat/mixed.py
finat/morley.py
finat/mtw.py
finat/nodal_enriched.py
finat/physically_mapped.py
finat/piola_mapped.py
finat/point_set.py
finat/powell_sabin.py
finat/quadrature.py
finat/quadrature_element.py
finat/restricted.py
finat/runtime_tabulated.py
finat/spectral.py
finat/sympy2gem.py
finat/tensor_product.py
finat/tensorfiniteelement.py
finat/ufl/__init__.py
finat/ufl/brokenelement.py
finat/ufl/elementlist.py
finat/ufl/enrichedelement.py
finat/ufl/finiteelement.py
finat/ufl/finiteelementbase.py
finat/ufl/hdivcurl.py
finat/ufl/mixedelement.py
finat/ufl/restrictedelement.py
finat/ufl/tensorproductelement.py
firedrake_fiat.egg-info/PKG-INFO
firedrake_fiat.egg-info/SOURCES.txt
firedrake_fiat.egg-info/dependency_links.txt
firedrake_fiat.egg-info/requires.txt
firedrake_fiat.egg-info/top_level.txt
gem/__init__.py
gem/coffee.py
gem/flop_count.py
gem/gem.py
gem/impero.py
gem/impero_utils.py
gem/interpreter.py
gem/node.py
gem/optimise.py
gem/pprint.py
gem/refactorise.py
gem/scheduling.py
gem/unconcatenate.py
gem/utils.py
test/conftest.py
test/FIAT/regression/.gitignore
test/FIAT/regression/README.rst
test/FIAT/regression/conftest.py
test/FIAT/regression/fiat-reference-data-id
test/FIAT/regression/test_regression.py
test/FIAT/regression/scripts/download
test/FIAT/regression/scripts/getdata
test/FIAT/regression/scripts/getreferencerepo
test/FIAT/regression/scripts/parameters
test/FIAT/regression/scripts/upload
test/FIAT/unit/test_argyris.py
test/FIAT/unit/test_awc.py
test/FIAT/unit/test_awnc.py
test/FIAT/unit/test_bernstein.py
test/FIAT/unit/test_discontinuous_pc.py
test/FIAT/unit/test_discontinuous_taylor.py
test/FIAT/unit/test_facet_support_dofs.py
test/FIAT/unit/test_fdm.py
test/FIAT/unit/test_fiat.py
test/FIAT/unit/test_gauss_legendre.py
test/FIAT/unit/test_gauss_lobatto_legendre.py
test/FIAT/unit/test_gauss_radau.py
test/FIAT/unit/test_gopalakrishnan_lederer_schoberl.py
test/FIAT/unit/test_hct.py
test/FIAT/unit/test_hdivtrace.py
test/FIAT/unit/test_hierarchical.py
test/FIAT/unit/test_histopolation.py
test/FIAT/unit/test_johnson_mercier.py
test/FIAT/unit/test_kong_mulder_veldhuizen.py
test/FIAT/unit/test_macro.py
test/FIAT/unit/test_mtw.py
test/FIAT/unit/test_orientation.py
test/FIAT/unit/test_pointwise_dual.py
test/FIAT/unit/test_polynomial.py
test/FIAT/unit/test_powell_sabin.py
test/FIAT/unit/test_quadrature.py
test/FIAT/unit/test_quadrature_element.py
test/FIAT/unit/test_reference_element.py
test/FIAT/unit/test_regge_hhj.py
test/FIAT/unit/test_serendipity.py
test/FIAT/unit/test_stokes_complex.py
test/FIAT/unit/test_tensor_product.py
test/finat/conftest.py
test/finat/test_create_fiat_element.py
test/finat/test_create_finat_element.py
test/finat/test_direct_serendipity.py
test/finat/test_hash.py
test/finat/test_mass_conditioning.py
test/finat/test_point_evaluation.py
test/finat/test_quadrature.py
test/finat/test_restriction.py
test/finat/test_zany_mapping.py