FEM: ccx writer, add comment about solver type
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user