FEM: ccx tools, add a class to make it very easy to run analysis py python

This commit is contained in:
Bernd Hahnebach
2019-03-23 22:01:40 +01:00
committed by wmayer
parent b757c90312
commit 7312a81319

View File

@@ -870,4 +870,10 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
if m.Eigenmode == mf['eigenmode']:
m.EigenmodeFrequency = mf['frequency']
class CcxTools(FemToolsCcx):
def __init__(self, solver=None):
FemToolsCcx.__init__(self, None, solver)
## @}