v0.14.0
param_file.petsc
Go to the documentation of this file.
1 # --- Problem: poisson_2d_homogeneous, poisson_3d_homogeneous
2 
3 ## Linear solver
4 -ksp_type fgmres
5 -pc_type lu
6 -pc_factor_mat_solver_type mumps
7 -mat_mumps_icntl_20 0
8 -mat_mumps_icntl_14 800
9 -mat_mumps_icntl_24 1
10 -mat_mumps_icntl_13 1
11 -ksp_monitor
12 
13 # ---