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 -ksp_monitor
9 
10 # ---