Created
March 7, 2016 09:05
-
-
Save wence-/bf39106fbeff26adc256 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pc_1_params = {'fieldsplit_1_pc_type': 'hypre', | |
'fieldsplit_1_pc_hypre_type': 'boomeramg', | |
'fieldsplit_1_pc_hypre_boomeramg_max_iter':1, | |
'fieldsplit_1_pc_hypre_boomeramg_agg_nl':0, | |
'fieldsplit_1_pc_hypre_boomeramg_coarsen_type':'Falgout', | |
'fieldsplit_1_pc_hypre_boomeramg_smooth_type':'Euclid', | |
'fieldsplit_1_pc_hypre_boomeramg_eu_bj':1, | |
'fieldsplit_1_pc_hypre_boomeramg_interptype':'classical', | |
'fieldsplit_1_pc_hypre_boomeramg_P_max':0, | |
'fieldsplit_1_pc_hypre_boomeramg_agg_nl':0, | |
'fieldsplit_1_pc_hypre_boomeramg_strong_threshold':0.25, | |
'fieldsplit_1_pc_hypre_boomeramg_max_levels':25, | |
'fieldsplit_1_pc_hypre_boomeramg_no_CF':False} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment