Skip to content
Snippets Groups Projects
Commit 5dc0330e authored by Vinayak Gholap's avatar Vinayak Gholap
Browse files

Remove petsc option that causes failure in mpi run

parent 304e9443
No related branches found
No related tags found
1 merge request!432Vinayak
...@@ -244,7 +244,7 @@ mysolver.Scheme(soltype) ...@@ -244,7 +244,7 @@ mysolver.Scheme(soltype)
mysolver.Solver(sol) mysolver.Solver(sol)
mysolver.snlData(nstep,ftime,tol,1.e-9)#forsmp mysolver.snlData(nstep,ftime,tol,1.e-9)#forsmp
#we cannot use mumps to keep accuracy #we cannot use mumps to keep accuracy
mysolver.options("-ksp_type preonly -pc_type lu -pc_factor_mat_solver_type petsc") mysolver.options("-ksp_type preonly -pc_type lu")
mysolver.stepBetweenArchiving(nstepArch) mysolver.stepBetweenArchiving(nstepArch)
mysolver.snlManageTimeStep(45, 10, 2, 10) mysolver.snlManageTimeStep(45, 10, 2, 10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment