63 |
self.vol=util.integrate(1.,Function(self.domain)) |
self.vol=util.integrate(1.,Function(self.domain)) |
64 |
self.__pde_u=LinearPDE(domain,numEquations=self.domain.getDim(),numSolutions=self.domain.getDim()) |
self.__pde_u=LinearPDE(domain,numEquations=self.domain.getDim(),numSolutions=self.domain.getDim()) |
65 |
self.__pde_u.setSymmetryOn() |
self.__pde_u.setSymmetryOn() |
66 |
self.__pde_u.setSolverMethod(preconditioner=LinearPDE.RILU) |
self.__pde_u.setSolverMethod(preconditioner=LinearPDE.ILU0) |
67 |
|
|
68 |
self.__pde_prec=LinearPDE(domain) |
self.__pde_prec=LinearPDE(domain) |
69 |
self.__pde_prec.setReducedOrderOn() |
self.__pde_prec.setReducedOrderOn() |