mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
scikit-fem is a pure Python library for performing finite element assembly. Its main purpose is the transformation of bilinear forms into sparse matrices and linear forms into vectors. The library - has minimal dependencies - contains no compiled code - supports one-dimensional, triangular, quadrilateral, tetrahedral and hexahedral finite elements - includes special elements such as Raviart-Thomas, Nedelec, MINI, Crouzeix-Raviart, Argyris, ...
11 lines
453 B
Text
11 lines
453 B
Text
scikit-fem is a pure Python library for performing finite element assembly. Its
|
|
main purpose is the transformation of bilinear forms into sparse matrices and
|
|
linear forms into vectors.
|
|
|
|
The library
|
|
- has minimal dependencies
|
|
- contains no compiled code
|
|
- supports one-dimensional, triangular, quadrilateral, tetrahedral and
|
|
hexahedral finite elements
|
|
- includes special elements such as Raviart-Thomas, Nedelec, MINI,
|
|
Crouzeix-Raviart, Argyris, ...
|