FEM: only define analysis types for calculix solver once
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user