예제 #1
0
 def refine(self, loglevel=1):
     """Refine the grid, adding points where solution is not
     adequately resolved."""
     return _cantera.sim1D_refine(self._hndl, loglevel)
예제 #2
0
파일: onedim.py 프로젝트: anujg1991/cantera
 def refine(self, loglevel=1):
     """Refine the grid, adding points where solution is not
     adequately resolved."""
     return _cantera.sim1D_refine(self._hndl, loglevel)