コード例 #1
0
ファイル: SU2_wrapper.py プロジェクト: thearn/SU2_wrapper
 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)
コード例 #2
0
ファイル: SU2_wrapper.py プロジェクト: ygtaksoy/SU2_wrapper
 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)
コード例 #3
0
ファイル: SU2.py プロジェクト: Kenneth-T-Moore/SU2
    def execute(self):
	    # local copy
        state = deform(self.config_in)
        self.mesh_file = FileRef(path=state.FILES.MESH)
        self.config_out = self.config_in