Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Mar 24, 2024
1 parent a28c9a7 commit 202413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FESpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ function _add_constraints(model::GridapDistributed.DistributedDiscreteModel{Dc},
@debug "[$(part_id(indices))]: l2g_cell_gids=$(local_to_global(indices))"
@debug "[$(part_id(indices))]: l2o_owner=$(local_to_owner(indices))"
end
trian = Triangulation(model)
trian = GridapDistributed.DistributedTriangulation(map(get_triangulation,spaces_w_constraints),model)
vector_type = GridapDistributed._find_vector_type(spaces_w_constraints,gids)
GridapDistributed.DistributedSingleFieldFESpace(spaces_w_constraints,gids,trian,vector_type)
end
Expand Down

0 comments on commit 202413f

Please sign in to comment.