166 |
pde.setSolverMethod(options.solver_method,options.preconditioner) |
pde.setSolverMethod(options.solver_method,options.preconditioner) |
167 |
pde.setSolverPackage(options.package) |
pde.setSolverPackage(options.package) |
168 |
a=os.times()[4] |
a=os.times()[4] |
169 |
uh=pde.getSolution(verbose=options.verbose) |
uh=pde.getSolution(verbose=options.verbose,iter_max=6000) |
170 |
a=os.times()[4]-a |
a=os.times()[4]-a |
171 |
if u==None: |
if u==None: |
172 |
return {FinleyFilter.TIME : a , FinleyFilter.ERROR : None } |
return {FinleyFilter.TIME : a , FinleyFilter.ERROR : None } |