Skip to content

Instantly share code, notes, and snippets.

@wence-
Created March 7, 2016 11:13
Show Gist options
  • Save wence-/f19c5eeeb3d215853ed7 to your computer and use it in GitHub Desktop.
Save wence-/f19c5eeeb3d215853ed7 to your computer and use it in GitHub Desktop.
{'pc_type': 'fieldsplit',
'pc_fieldsplit_type': 'schur',
'ksp_type': 'fgmres',
'ksp_monitor_true_residual': True,
'ksp_max_it': 100,
'ksp_gmres_restart': 50,
'pc_fieldsplit_schur_fact_type': 'FULL',
'pc_fieldsplit_schur_precondition': 'selfp',
'fieldsplit_0_ksp_type': 'richardson',
'fieldsplit_0_ksp_max_it': 2,
'fieldsplit_0_pc_type': 'bjacobi',
'fieldsplit_0_sub_pc_type': 'ilu',
'fieldsplit_1_ksp_type': 'preonly',
'fieldsplit_1_pc_type': 'lu',
'fieldsplit_1_pc_factor_mat_solver_package': 'mumps'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment