FEM: old ccx analysis tools, move analysis tools into ccx analysis tools, all new solver should use the new solver frame work

This commit is contained in:
Bernd Hahnebach
2017-12-01 19:43:11 +01:00
committed by wmayer
parent 38ef851417
commit 7ad273f3cc
5 changed files with 496 additions and 551 deletions

View File

@@ -279,7 +279,7 @@ class _TaskPanelFemSolverCalculix:
def select_thermomech_analysis(self):
self.select_analysis_type('thermomech')
# That function overlaps with FemTools setup_working_dir and needs to be removed when we migrate fully to FemTools
# That function overlaps with FemToolsCcx setup_working_dir and could be removed when the one from FemToolsCcx would be used
def setup_working_dir(self):
wd = self.solver_object.WorkingDir
if not (os.path.isdir(wd)):