v0.14.0
Loading...
Searching...
No Matches
param_file.petsc
Go to the documentation of this file.
1# --- Problem: poisson_2d_nonhomogeneous, poisson_2d_lagrange_multiplier
2
3## Linear solver (non-fieldsplit)
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# Fieldsplit (block) solver
11#-pc_type fieldsplit
12#-pc_fieldsplit_type schur
13#-ksp_type fgmres
14#-ksp_initial_guess_nonzero
15#-ksp_atol 1e-12
16#-ksp_rtol 0
17#-ksp_monitor ascii
18#-pc_fieldsplit_schur_precondition selfp
19#-fieldsplit_0_ksp_type gmres
20
21# ---