예제 #1
0
 def execute(self):
     # local copy
     if self._first_exec:
         self._first_exec = False
     else:
         self.config_in.RESTART_SOL = "YES"
     state = direct(self.config_in)
     restart2solution(self.config_in, state)
     for name in _obj_names:
         setattr(self, name, state.FUNCTIONS[name])
예제 #2
0
 def execute(self):
     # local copy
     if self._first_exec:
         self._first_exec = False
     else:
         self.config_in.RESTART_SOL = "YES"
     state = direct(self.config_in)
     restart2solution(self.config_in, state)
     for name in _obj_names:
         setattr(self, name, state.FUNCTIONS[name])
예제 #3
0
 def execute(self):
     # local copy
     state = direct(self.config_in)
     restart2solution(self.config_in, state)
     for name in _obj_names:
         setattr(self, name, state.FUNCTIONS[name])