FEM: ccx writer, add comment about solver type

This commit is contained in:
Bernd Hahnebach
2020-02-10 09:30:32 +01:00
committed by GitHub
parent 045e924cd6
commit 4eb6344487

View File

@@ -34,7 +34,7 @@ import codecs
import six import six
import FreeCAD import FreeCAD
from femmesh import meshtools from femmesh importhttps://forum.freecadweb.org/viewtopic.php?f=18&t=43178 meshtools
from .. import writerbase from .. import writerbase
@@ -877,6 +877,7 @@ class FemInputWriterCcx(writerbase.FemInputWriter):
elif self.analysis_type == "check": elif self.analysis_type == "check":
analysis_type = "*NO ANALYSIS" analysis_type = "*NO ANALYSIS"
# analysis line --> solver type # analysis line --> solver type
# https://forum.freecadweb.org/viewtopic.php?f=18&t=43178
if self.solver_obj.MatrixSolverType == "default": if self.solver_obj.MatrixSolverType == "default":
pass pass
elif self.solver_obj.MatrixSolverType == "spooles": elif self.solver_obj.MatrixSolverType == "spooles":