Esempio n. 1
0
 def showStats(self, printTime=1):
     """Show the statistics for the last solution.
        If invoked with no arguments or with a non-zero argument, the
        timing statistics will be printed. If invoked with a zero argument,
        the timing will not be printed.
        Default: print timing enabled.
     """
     return _cantera.sim1D_writeStats(self._hndl, _onoff[printTime])
Esempio n. 2
0
 def showStats(self, printTime = 1):
     """Show the statistics for the last solution.
        If invoked with no arguments or with a non-zero argument, the
        timing statistics will be printed. If invoked with a zero argument,
        the timing will not be printed.
        Default: print timing enabled.
     """
     return _cantera.sim1D_writeStats(self._hndl, _onoff[printTime])
Esempio n. 3
0
 def showStats(self):
     """Show the statistics for the last solution."""
     return _cantera.sim1D_writeStats(self._hndl)
Esempio n. 4
0
 def showStats(self):
     """Show the statistics for the last solution."""
     return _cantera.sim1D_writeStats(self._hndl)