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