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 56e9821 commit 59620a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PatchBasedSmoothers/mpi/PatchFESpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ function default_patches_mask(patch_decomposition::DistributedPatchDecomposition
end

function PatchFESpace(
sh::FESpaceHierarchy,
patch_decompositions::AbstractArray{<:DistributedPatchDecomposition}
sh::FESpaceHierarchy,patch_decompositions::AbstractArray
)
nlevs = num_levels(sh)
psh = map(view(sh,1:nlevs-1),patch_decompositions) do shl,decomp
Expand Down

0 comments on commit 59620a7

Please sign in to comment.