v0.14.0
Loading...
Searching...
No Matches
param_file.petsc
Go to the documentation of this file.
1# --- Problem: nonlinear_poisson_2d
2
3## Nonlinear non-fieldsplit solver
4#-ksp_type gmres
5#-pc_type lu
6#-pc_factor_mat_solver_type mumps
7#-ksp_monitor
8#-snes_atol 1e-7
9#-snes_rtol 1e-12
10#-snes_monitor
11#-snes_lag_jacobian 1
12
13
14## Nonlinear with fieldsplit (block) solver
15-pc_type fieldsplit
16-pc_fieldsplit_type schur
17-ksp_type fgmres
18-ksp_initial_guess_nonzero
19-ksp_atol 1e-12
20-ksp_rtol 0
21-ksp_monitor ascii
22-pc_fieldsplit_schur_precondition selfp
23-fieldsplit_0_ksp_type gmres
24-snes_atol 1e-7
25-snes_rtol 1e-12
26-snes_monitor
27-snes_lag_jacobian 1
28-atom_test 0
29#-order 2
30
31# ---
32
33## Line search (applicable for both fieldsplit and non-fieldsplit solver)
34-snes_linesearch_type cp
35-snes_linesearch_monitor
36
37
38-mat_mumps_icntl_20 0