Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 31, 2024
1 parent 2236913 commit 9f8573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ uses_petsc(solver::Symbol) = uses_petsc(Val(solver))
uses_petsc(::Val{:julia}) = false
uses_petsc(::Val{:petsc}) = true
uses_petsc(::Val{:li2019}) = true
uses_petsc(::Val{:badia2024}) = false
uses_petsc(::Val{:badia2024}) = true

uses_multigrid(solver::Dict) = any(space_uses_multigrid(solver))
space_uses_multigrid(solver::Dict) = space_uses_multigrid(Val(solver[:solver]),solver)
Expand Down

0 comments on commit 9f8573e

Please sign in to comment.