summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 18:10:33 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 18:10:33 +0800
commit853523a04d21b463f682209777e22465194eaeb2 (patch)
tree0fac8e664b3a45872ed66896ad49e5b355c94e59 /math/Makefile
parentdevel/py-scikit-base: Add py-scikit-base 0.5.0 (diff)
math/py-scikit-fem: Add py-scikit-fem 8.1.0
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, ...
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f69d5b82a5b5..55af21bdbc42 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1042,6 +1042,7 @@
SUBDIR += py-rpy2
SUBDIR += py-rustworkx
SUBDIR += py-rvlib
+ SUBDIR += py-scikit-fem
SUBDIR += py-scikit-umfpack
SUBDIR += py-scs
SUBDIR += py-seaborn