コード例 #1
0
    def endSimulation(self):
        self._avgCPUTime()
        # write even if not sync'd
        output(self.all_variables, self.step)

        from CitcomSLib import citcom_finalize
        citcom_finalize(self.all_variables, 0)
        return
コード例 #2
0
ファイル: CoupledSolver.py プロジェクト: drifter-cao/citcoms
    def endSimulation(self):
        self._avgCPUTime()
        # write even if not sync'd
        output(self.all_variables, self.step)

        from CitcomSLib import citcom_finalize
        citcom_finalize(self.all_variables, 0)
        return
コード例 #3
0
ファイル: Solver.py プロジェクト: ojashvirautela/citcoms
 def endSimulation(self):
     self._avgCPUTime()
     from CitcomSLib import citcom_finalize
     citcom_finalize(self.all_variables, 0)
     return
コード例 #4
0
ファイル: Solver.py プロジェクト: drifter-cao/citcoms
 def endSimulation(self):
     self._avgCPUTime()
     from CitcomSLib import citcom_finalize
     citcom_finalize(self.all_variables, 0)
     return