1*c4762a1bSJed Brown# SNES, KSP, and PC options 2*c4762a1bSJed Brown#-snes_view 3*c4762a1bSJed Brown-snes_type newtonls 4*c4762a1bSJed Brown-snes_converged_reason 5*c4762a1bSJed Brown-snes_atol 1e-8 6*c4762a1bSJed Brown-snes_rtol 1e-20 7*c4762a1bSJed Brown-snes_linesearch_type basic 8*c4762a1bSJed Brown-ksp_type gmres 9*c4762a1bSJed Brown-pc_type bjacobi 10*c4762a1bSJed Brown-sub_pc_type lu 11*c4762a1bSJed Brown-sub_pc_factor_mat_ordering_type qmd 12*c4762a1bSJed Brown 13