Example #1
0
 def execute(self):
     # local copy
     # TODO: SU2 deform needs to be able to take an array in, too
     self.config_out = copy.deepcopy(self.config_in)
     state = deform(self.config_out, list(self.dv_vals))
     self.mesh_file = FileRef(path=self.config_out.MESH_FILENAME)
Example #2
0
 def execute(self):
     # local copy
     # TODO: SU2 deform needs to be able to take an array in, too
     state = deform(self.config_out, list(self.dv_vals))
     self.mesh_file = FileRef(path=self.config_out.MESH_FILENAME)
Example #3
0
    def execute(self):
	    # local copy
        state = deform(self.config_in)
        self.mesh_file = FileRef(path=state.FILES.MESH)
        self.config_out = self.config_in