diff --git a/src/Mod/Fem/CMakeLists.txt b/src/Mod/Fem/CMakeLists.txt index a49c44f1a7..06143578db 100755 --- a/src/Mod/Fem/CMakeLists.txt +++ b/src/Mod/Fem/CMakeLists.txt @@ -42,7 +42,8 @@ SET(FemCommands_SRCS SET(FemExamples_SRCS femexamples/__init__.py - femexamples/boxanalysis.py + femexamples/boxanalysis_static.py + femexamples/boxanalysis_frequency.py femexamples/ccx_cantilever_std.py femexamples/constraint_contact_shell_shell.py femexamples/constraint_contact_solid_solid.py diff --git a/src/Mod/Fem/femexamples/boxanalysis_frequency.py b/src/Mod/Fem/femexamples/boxanalysis_frequency.py new file mode 100644 index 0000000000..398fc76777 --- /dev/null +++ b/src/Mod/Fem/femexamples/boxanalysis_frequency.py @@ -0,0 +1,75 @@ +# *************************************************************************** +# * Copyright (c) 2019 Bernd Hahnebach * +# * Copyright (c) 2020 Sudhanshu Dubey