Skip to content

Commit

Permalink
Revert "Added access to pets_options in hunt.jl"
Browse files Browse the repository at this point in the history
This reverts commit ca33bb8.
  • Loading branch information
FRUrgorri committed May 27, 2024
1 parent 1c532a7 commit 0768fc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Applications/hunt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function _hunt(;
jac_assemble = false,
solve = true,
solver = :julia,
petsc_options = nothing, #Added to have access to non-default petsc options
verbose = true,
BL_adapted = true,
kmap_x = 1,
Expand All @@ -76,10 +75,6 @@ function _hunt(;
:jac_assemble=>jac_assemble,
)

if isa(petsc_options,Nothing)
params[:solver][:petsc_options] = petsc_options
end

# Communicator
if isa(distribute,Nothing)
@assert isa(rank_partition,Nothing)
Expand Down

0 comments on commit 0768fc6

Please sign in to comment.