We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b5065 commit db426c6Copy full SHA for db426c6
src/Mod/Fem/femsolver/calculix/write_step_equation.py
@@ -79,7 +79,7 @@ def write_step_equation(f, ccxwriter):
79
elif ccxwriter.analysis_type == "buckling":
80
analysis_type = "*BUCKLE"
81
elif ccxwriter.analysis_type == "electrostatic":
82
- analysis_type = "*HEAT TRANSFER, STEADY STATE, MATRIXSTORAGE"
+ analysis_type = "*HEAT TRANSFER, STEADY STATE"
83
# analysis line --> solver type
84
# https://forum.freecad.org/viewtopic.php?f=18&t=43178
85
if ccxwriter.solver_obj.MatrixSolverType == "default":
0 commit comments