Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Mar 24, 2024
1 parent 658a71d commit a28c9a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/FESpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,10 @@ function _add_constraints(model::GridapDistributed.DistributedDiscreteModel{Dc},
map(partition(gids)) do indices
@debug "[$(part_id(indices))]: l2g_cell_gids=$(local_to_global(indices))"
@debug "[$(part_id(indices))]: l2o_owner=$(local_to_owner(indices))"
end
end
trian = Triangulation(model)
vector_type = GridapDistributed._find_vector_type(spaces_w_constraints,gids)
GridapDistributed.DistributedSingleFieldFESpace(spaces_w_constraints,gids,vector_type)
GridapDistributed.DistributedSingleFieldFESpace(spaces_w_constraints,gids,trian,vector_type)
end

# Generates a new DistributedSingleFieldFESpace composed
Expand Down

0 comments on commit a28c9a7

Please sign in to comment.