--- trunk/modellib/py_src/flow.py 2006/03/23 02:27:57 628 +++ trunk/modellib/py_src/flow.py 2006/08/28 06:55:36 820 @@ -35,7 +35,7 @@ internal_force=0., \ location_prescribed_velocity=Data(), \ prescribed_velocity=Data(), \ - rel_tol=1.e-3,abs_tol=0.,max_iter=10,relaxation=0.001) + rel_tol=1.e-3,abs_tol=0.,max_iter=10,relaxation=0.0001) self.__iter=0 def doInitialization(self): @@ -46,6 +46,7 @@ self.__p_very_old=None self.__dt_old=None self.__pde=LameEquation(self.domain) + self.__pde.setSolverMethod(LameEquation.DIRECT) def stress(self): """