fenics-basix
Finite Element Basis Function Definition Runtime Library for FEniCS-X
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Repository
Finite Element Basis Function Definition Runtime Library for FEniCS-X
Basic Info
- Host: salsa.debian.org
- Owner: science-team
- Default Branch: master
Statistics
- Stars: 0
- Forks: 0
- Open Issues:
- Releases: 0
Metadata Files
README.md
Basix
Basix is a finite element definition and tabulation runtime library. Basix allows users to:
- evaluate finite element basis functions and their derivatives at a set of points;
- access geometric and topological information about reference cells;
- apply push forward and pull back operations to map data between a reference cell and a physical cell;
- permute and transform DOFs to allow higher-order elements to be use on arbitrary meshes; and
- interpolate into and between finite element spaces.
Basix includes a range of built-in elements, and also allows the user to define their own custom elements.
Basix is one of the components of FEniCSx, alongside UFL, FFCx, and DOLFINx.
Installation
To install Basix:
console
pip install fenics-basix
We currently build binary wheels for Linux and macOS x86-64 architectures.
For advanced and developer installation instructions see the more detailed install instructions
Documentation
Documentation of Basix can be found at https://docs.fenicsproject.org/basix/main/.
Support
If you find a bug in Basix, you can report it on the GitHub issue tracker.
Questions about using Basix can be asked on the FEniCS discourse group.
Contributing
Information about how to contribute to Basix can be found here.
Supported elements
Interval
In Basix, the sub-entities of the reference interval are numbered as follows:

The following elements are supported on an interval:
Triangle
In Basix, the sub-entities of the reference triangle are numbered as follows:

The following elements are supported on a triangle:
- Lagrange
- Nédélec first kind
- Raviart-Thomas
- Nédélec second kind
- Brezzi-Douglas-Marini
- Regge
- Hellan-Herrmann-Johnson
- Crouzeix-Raviart
- Bubble
- Hermite
- iso
Quadrilateral
In Basix, the sub-entities of the reference quadrilateral are numbered as follows:

The following elements are supported on a quadrilateral:
- Lagrange
- Nédélec first kind
- Raviart-Thomas
- Nédélec second kind
- Brezzi-Douglas-Marini
- Bubble
- DPC
- Serendipity
- iso
Tetrahedron
In Basix, the sub-entities of the reference tetrahedron are numbered as follows:

The following elements are supported on a tetrahedron:
- Lagrange
- Nédélec first kind
- Raviart-Thomas
- Nédélec second kind
- Brezzi-Douglas-Marini
- Regge
- Crouzeix-Raviart
- Bubble
- Hermite
- iso
Hexahedron
In Basix, the sub-entities of the reference hexahedron are numbered as follows:

The following elements are supported on a hexahedron:
- Lagrange
- Nédélec first kind
- Raviart-Thomas
- Nédélec second kind
- Brezzi-Douglas-Marini
- Bubble
- DPC
- Serendipity
- iso
Prism
In Basix, the sub-entities of the reference prism are numbered as follows:

The following elements are supported on a prism:
Pyramid
In Basix, the sub-entities of the reference pyramid are numbered as follows:

The following elements are supported on a pyramid:
Owner
- Name: Debian Science Team
- Login: science-team
- Kind: organization
- Repositories: 1,283
- Profile: https://salsa.debian.org/science-team
Provide a system with all the most important free scientific software in each scientific field.
Citation (CITATION.cff)
cff-version: 1.2.0
message: If you use this software, please cite it as below.
license: MIT
url: https://github.com/FEniCS/basix
preferred-citation:
type: article
authors:
- family-names: Scroggs
given-names: Matthew W.
orcid: 0000-0002-4658-2443
- family-names: Baratta
given-names: Igor A.
orcid: 0000-0003-4298-2973
- family-names: Richardson
given-names: Chris N.
orcid: 0000-0003-3137-1392
- family-names: Wells
given-names: Garth N.
orcid: 0000-0001-5291-7951
doi: 10.21105/joss.03982
journal: Journal of Open Source Software
title: "Basix: a runtime finite element basis evaluation library"
volume: 7
issue: 73
start: 3982
month: 5
year: 2022
Dependencies
- numpy >=1.20