Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Aug 29, 2024
1 parent f7da358 commit ae0ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PatchBasedSmoothers/seq/VankaSolvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function Algebra.numerical_setup(ss::VankaSS,mat::PSparseMatrix)
end

function Algebra.solve!(x::PVector,ns::DistributedVankaNS,b::PVector)
map(solve!,x,ns.ns,b)
map(solve!,partition(x),ns.ns,partition(b))
assemble!(x) |> wait
consistent!(x) |> wait
return x
Expand Down

0 comments on commit ae0ea85

Please sign in to comment.