Skip to content

Commit

Permalink
Fix stokes-waves-cylinder on GPU (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Jan 27, 2025
1 parent d26b81a commit df24f4f
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,27 @@ mac_proj.mg_atol = 1.0e-12
mac_proj.num_pre_smooth = 8
mac_proj.num_post_smooth = 8
mac_proj.bottom_solver = hypre
mac_proj.hypre_namespace = "mac_proj.hypre"
mac_proj.hypre.hypre_solver = GMRES
mac_proj.hypre.hypre_preconditioner = BoomerAMG
mac_proj.hypre.verbose = 0
mac_proj.hypre.bamg_verbose = 0
mac_proj.hypre.num_krylov = 40
mac_proj.hypre.bamg_coarsen_type = 8
mac_proj.hypre.bamg_interp_type = 6
mac_proj.hypre.bamg_relax_type = 18
mac_proj.hypre.bamg_num_sweeps = 2
mac_proj.hypre.bamg_cycle_type = 1
mac_proj.hypre.bamg_relax_order = 0
mac_proj.hypre.bamg_trunc_factor = 0.1
mac_proj.hypre.bamg_max_levels = 10
mac_proj.hypre.bamg_agg_num_levels = 2
mac_proj.hypre.bamg_agg_interp_type = 7
mac_proj.hypre.bamg_agg_pmax_elmts = 3
mac_proj.hypre.bamg_pmax_elmts = 3
mac_proj.hypre.bamg_keep_transpose = 1
mac_proj.hypre.recompute_preconditioner = 0
mac_proj.hypre.write_matrix_files = 0
nodal_proj.max_coarsening_level = 1
nodal_proj.num_pre_smooth = 8
nodal_proj.num_post_smooth = 8
Expand Down

0 comments on commit df24f4f

Please sign in to comment.