FEM: sovler framework ccx z88, add comment
This commit is contained in:
@@ -69,6 +69,7 @@ class Prepare(run.Prepare):
|
||||
c.beam_sections, c.shell_thicknesses, c.fluid_sections,
|
||||
self.solver.AnalysisType, self.directory)
|
||||
path = w.write_calculix_input_file()
|
||||
# report to user if task succeeded
|
||||
if path is not None:
|
||||
self.pushStatus("Write completed!")
|
||||
else:
|
||||
|
||||
@@ -67,6 +67,7 @@ class Prepare(run.Prepare):
|
||||
c.beam_sections, c.shell_thicknesses, c.fluid_sections,
|
||||
self.solver.AnalysisType, self.directory)
|
||||
path = w.write_z88_input()
|
||||
# report to user if task succeeded
|
||||
if path is not None:
|
||||
self.pushStatus("Write completed!")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user