mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
853523a04d
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, ...
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
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, ...
|