FEM: solver ccxtools, change object type

This commit is contained in:
Bernd Hahnebach
2020-05-21 15:04:18 +02:00
parent c70f0f5e04
commit 4a7d5c42a7
7 changed files with 9 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ def run_fem_solver(solver, working_dir=None):
:class:`Machine`.
"""
if solver.Proxy.Type == "Fem::FemSolverCalculixCcxTools":
if solver.Proxy.Type == "Fem::SolverCcxTools":
App.Console.PrintMessage("CalxuliX ccx tools solver!\n")
from femtools.ccxtools import CcxTools as ccx
fea = ccx(solver)