Exemple #1
0
 def setTimeStepLimits(self, tsmin, tsmax):
     """Set the maximum and minimum time steps."""
     return _cantera.sim1D_setTimeStepLimits(self._hndl, tsmin, tsmax)
Exemple #2
0
 def setTimeStepLimits(self, tsmin, tsmax):
     """Set the maximum and minimum time steps."""
     return _cantera.sim1D_setTimeStepLimits(self._hndl, tsmin, tsmax)