Ejemplo n.º 1
0
 def _get_flow123d(self):
     return [
         Paths.flow123d(),
         '-s', self.case.file,
         '-i', self.case.fs.input,
         '-o', self.case.fs.output
     ]
Ejemplo n.º 2
0
 def _get_flow123d(self):
     return [
         Paths.flow123d(),
         '-s',
         self.case.file,
         '-o',
         self.case.fs.output,
     ]