.clang-format
.gitignore
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/FUNDING.yml
.github/workflows/build-wheels.yml
.github/workflows/dolfin-tests.yml
.github/workflows/ffcx-tests.yml
.github/workflows/intel.yml
.github/workflows/pythonapp.yml
cpp/BasixConfig.cmake.in
cpp/CMakeLists.txt
cpp/basix/cell.cpp
cpp/basix/cell.h
cpp/basix/dof-transformations.cpp
cpp/basix/dof-transformations.h
cpp/basix/e-brezzi-douglas-marini.cpp
cpp/basix/e-brezzi-douglas-marini.h
cpp/basix/e-bubble.cpp
cpp/basix/e-bubble.h
cpp/basix/e-crouzeix-raviart.cpp
cpp/basix/e-crouzeix-raviart.h
cpp/basix/e-hhj.cpp
cpp/basix/e-hhj.h
cpp/basix/e-lagrange.cpp
cpp/basix/e-lagrange.h
cpp/basix/e-nce-rtc.cpp
cpp/basix/e-nce-rtc.h
cpp/basix/e-nedelec.cpp
cpp/basix/e-nedelec.h
cpp/basix/e-raviart-thomas.cpp
cpp/basix/e-raviart-thomas.h
cpp/basix/e-regge.cpp
cpp/basix/e-regge.h
cpp/basix/e-serendipity.cpp
cpp/basix/e-serendipity.h
cpp/basix/element-families.h
cpp/basix/finite-element.cpp
cpp/basix/finite-element.h
cpp/basix/indexing.h
cpp/basix/interpolation.cpp
cpp/basix/interpolation.h
cpp/basix/lattice.cpp
cpp/basix/lattice.h
cpp/basix/log.cpp
cpp/basix/log.h
cpp/basix/loguru.cpp
cpp/basix/loguru.hpp
cpp/basix/maps.h
cpp/basix/math.cpp
cpp/basix/math.h
cpp/basix/moments.cpp
cpp/basix/moments.h
cpp/basix/polynomials.cpp
cpp/basix/polynomials.h
cpp/basix/polyset.cpp
cpp/basix/polyset.h
cpp/basix/precompute.cpp
cpp/basix/precompute.h
cpp/basix/quadrature.cpp
cpp/basix/quadrature.h
cpp/basix/version.h.in
demo/cpp/test.py
demo/cpp/demo_create_and_tabulate/CMakeLists.txt
demo/cpp/demo_create_and_tabulate/main.cpp
demo/cpp/demo_dof_transformations/CMakeLists.txt
demo/cpp/demo_dof_transformations/main.cpp
demo/python/convert_to_rst.py
demo/python/demo_create_and_tabulate.py
demo/python/demo_custom_element.py
demo/python/demo_custom_element_conforming_cr.py
demo/python/demo_dof_transformations.py
demo/python/demo_facet_integral.py
demo/python/demo_lagrange_variants.py
demo/python/demo_quadrature.py
demo/python/index.rst
demo/python/test.py
doc/README.md
doc/cpp/Doxyfile
doc/cpp/index.md
doc/python/Makefile
doc/python/source/conf.py
doc/python/source/index.rst
doc/web/cpp-header.html
doc/web/cpp-seo.html
doc/web/index.md
doc/web/install.md
doc/web/make_html.py
doc/web/polyset-order.md
doc/web/assets/sty.css
doc/web/template/navbar.html
doc/web/template/title.html
joss/Makefile
joss/paper.bib
joss/paper.md
joss/img/basis-functions.png
joss/img/draw.py
joss/img/hexahedron_numbering.png
joss/img/hexahedron_numbering.svg
joss/img/interval_numbering.png
joss/img/interval_numbering.svg
joss/img/prism_numbering.png
joss/img/prism_numbering.svg
joss/img/pyramid_numbering.png
joss/img/pyramid_numbering.svg
joss/img/quadrilateral_numbering.png
joss/img/quadrilateral_numbering.svg
joss/img/tetrahedron_numbering.png
joss/img/tetrahedron_numbering.svg
joss/img/triangle_numbering.png
joss/img/triangle_numbering.svg
python/CMakeLists.txt
python/docs.h
python/docs.h.template
python/generate_docs.py
python/setup.py
python/wrapper.cpp
python/basix/__init__.py
python/basix/cell.py
python/basix/finite_element.py
python/basix/lattice.py
python/basix/numba_helpers.py
python/basix/quadrature.py
python/basix/ufl_wrapper.py
python/basix/variants.py
python/fenics_basix.egg-info/PKG-INFO
python/fenics_basix.egg-info/SOURCES.txt
python/fenics_basix.egg-info/dependency_links.txt
python/fenics_basix.egg-info/requires.txt
python/fenics_basix.egg-info/top_level.txt
test/__init__.py
test/test_cell.py
test/test_continuity.py
test/test_create.py
test/test_custom_element.py
test/test_docs.py
test/test_dof_transformations.py
test/test_entity_dofs.py
test/test_equality.py
test/test_interpolation.py
test/test_interpolation_between_elements.py
test/test_lagrange.py
test/test_lattice.py
test/test_mappings.py
test/test_nedelec.py
test/test_nedelec_second_kind.py
test/test_numba.py
test/test_orthonormal_basis.py
test/test_orthonormal_basis_symbolic.py
test/test_polynomials.py
test/test_quadrature.py
test/test_regge.py
test/test_rt.py
test/test_tensor_products.py
test/test_version.py
test/utils.py
test/test_cmake/CMakeLists.txt
test/test_cmake/main.cpp