Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
GiudGiud committed Feb 8, 2024
1 parent 0812945 commit f155eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,11 @@ ny = '${fparse 32 * mult}'
# petsc_options_iname = '-pc_type -pc_hypre_type'
# petsc_options_value = 'hypre boomeramg'
line_search = none
# petsc_options_iname = '-pc_type -pc_factor_shift_type'
# petsc_options_value = 'lu NONZERO'
petsc_options_iname = '-pc_type -pc_factor_shift_type'
petsc_options_value = 'lu NONZERO'

nl_abs_tol = 1e-8
nl_max_its = 5

end_time = 1000
start_time = -1
Expand Down

0 comments on commit f155eb1

Please sign in to comment.