Ejemplo 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])
Ejemplo 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])
Ejemplo n.º 3
0
 def showStats(self):
     """Show the statistics for the last solution."""
     return _cantera.sim1D_writeStats(self._hndl)
Ejemplo n.º 4
0
 def showStats(self):
     """Show the statistics for the last solution."""
     return _cantera.sim1D_writeStats(self._hndl)