Skip to content

Commit e8b9457

Browse files
author
Teseo Schneider
committed
updated polyfem
1 parent b819baa commit e8b9457

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/PolyfemPythonDownloadExternal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endfunction()
2727
function(polyfem_python_download_polyfem)
2828
polyfem_python_download_project(polyfem
2929
GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30-
GIT_TAG 43903b617ee3439d4cfad15e3b2ea6454518dd9f
30+
GIT_TAG 06e1d333d2266e259668b7046a51cf6298b90ae6
3131
)
3232
endfunction()
3333

polyfempy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .polyfempy import TensorFormulations
55

66
from .Settings import Settings
7+
from .Selection import Selection
78

89
from .Problem import Problem
910

0 commit comments

Comments
 (0)