v0.14.0
param_file.petsc
Go to the documentation of this file.
1 # --- Problem: electrostatics_2d, electrostatics_3d
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 -out_skin 1
13 -atom_test 0
14 # ---