We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b819baa commit e8b9457Copy full SHA for e8b9457
2 files changed
cmake/PolyfemPythonDownloadExternal.cmake
@@ -27,7 +27,7 @@ endfunction()
27
function(polyfem_python_download_polyfem)
28
polyfem_python_download_project(polyfem
29
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30
- GIT_TAG 43903b617ee3439d4cfad15e3b2ea6454518dd9f
+ GIT_TAG 06e1d333d2266e259668b7046a51cf6298b90ae6
31
)
32
endfunction()
33
polyfempy/__init__.py
@@ -4,6 +4,7 @@
4
from .polyfempy import TensorFormulations
5
6
from .Settings import Settings
7
+from .Selection import Selection
8
9
from .Problem import Problem
10
0 commit comments