91 |
self.__pde.setValue(X=self.stress_old-self.dthermal_stress*k3) |
self.__pde.setValue(X=self.stress_old-self.dthermal_stress*k3) |
92 |
if self.internal_force: self.__pde.setValue(Y=self.internal_force) |
if self.internal_force: self.__pde.setValue(Y=self.internal_force) |
93 |
if self.external_force: self.__pde.setValue(y=self.external_force) |
if self.external_force: self.__pde.setValue(y=self.external_force) |
94 |
|
print self.prescribed_velocity |
95 |
|
print self.location_prescribed_velocity |
96 |
self.__pde.setValue(r=self.prescribed_velocity, \ |
self.__pde.setValue(r=self.prescribed_velocity, \ |
97 |
q=self.location_prescribed_velocity) |
q=self.location_prescribed_velocity) |
98 |
# solve the PDE: |
# solve the PDE: |