File: README.md

package info (click to toggle)
basix 0.0.1~git20210122.4f10ef2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: cpp: 3,987; python: 1,918; makefile: 33
file content (18 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# basix

## Finite Element Basis Function Definition Runtime Library

* computes FE basis functions and derivatives for the following elements:
  - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron)
  - Nédélec (triangle, tetrahedron)
  - Nédélec Second Kind (triangle, tetrahedron)
  - Raviart-Thomas (triangle, tetrahedron)
  - Regge (triangle, tetrahedron)
  - Crouzeix-Raviart (triangle, tetrahedron)

* computes quadrature rules on different cell types
* provides reference topology and geometry for reference cells of each type
* python wrapper with pybind11


![Basix CI](https://github.com/FEniCS/basix/workflows/Basix%20CI/badge.svg)