FEM: only define analysis types for calculix solver once

This commit is contained in:
Bernd Hahnebach
2020-03-01 14:16:00 +01:00
parent 9415e7b6da
commit 7be9a9083e
3 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ from femtools import femutils
if FreeCAD.GuiUp:
import FemGui
ANALYSIS_TYPES = ["static", "frequency", "thermomech"]
ANALYSIS_TYPES = ["static", "frequency", "thermomech", "check"]
def create(doc, name="SolverCalculiX"):