We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6c501 commit 2731c6bCopy full SHA for 2731c6b
src/Topologies/topology2d.jl
@@ -454,7 +454,7 @@ function _Topology2D(
454
end
455
456
457
- # 6).
+ # 6).
458
comm_vertex_lengths = zeros(Int, length(send_elem_pids))
459
ghost_vertex_neighbor_loc = Int[]
460
ghost_vertex_comm_idx_offset = ones(Int, length(ghost_vertex_offset))
@@ -492,7 +492,7 @@ function _Topology2D(
492
493
unique!(perimeter_elems)
494
internal_elems = setdiff(1:length(local_elem_gidx), perimeter_elems)
495
- # 7).
+ # 7).
496
comm_face_lengths = zeros(Int, length(send_elem_pids))
497
ghost_face_neighbor_loc = Vector{Int}(undef, length(ghost_faces))
498
ghost_face_gcidx = zeros(Int, length(ghost_faces))
0 commit comments