Skip to content

Commit

Permalink
Merge pull request #27272 from milljm/27270-fix-next
Browse files Browse the repository at this point in the history
Fix petsc_alt next
  • Loading branch information
lindsayad authored Apr 4, 2024
2 parents 3624a3f + 71cb2f0 commit 90a23a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
type = TransientAndAdjoint
forward_system = nl0
adjoint_system = adjoint
petsc_options_iname = '-pc_type -pc_factor_mat_solver_package'
petsc_options_value = 'lu superlu_dist'
petsc_options_iname = '-pc_type'
petsc_options_value = 'lu'
dt = 0.1
end_time = 1

Expand Down
1 change: 1 addition & 0 deletions modules/optimization/examples/diffusion_reaction/tests
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
type = Exodiff
input = optimize.i
exodiff = optimize_out_forward0.e
rel_err = 1e-4
prereq = diffusion_reaction/forward_and_adjoint
max_threads = 1 # Optimize executioner does not support multiple threads
# steady solve
Expand Down

0 comments on commit 90a23a2

Please sign in to comment.