13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
# Dump info about the Krylov solver
|
|
|
|
-ksp_view
|
|
|
|
# Use a direct Cholesky solver
|
|
# it needs PETSc configured with MUMPS
|
|
|
|
-solver_pc_type cholesky
|
|
# Petsc 3.9
|
|
-solver_pc_factor_mat_solver_type mumps
|
|
# Older versions of PETSc
|
|
-solver_pc_factor_mat_solver_package mumps
|