Skip to content

Commit

Permalink
Merge pull request #1644 from ExtremeFLOW/fix/gs_number_local_htable_…
Browse files Browse the repository at this point in the history
…size

Speedup gs numbering, flush local table when possible
  • Loading branch information
njansson authored Dec 17, 2024
2 parents c5d24f6 + 262c313 commit 1f6b815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gs/gather_scatter.f90
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ subroutine gs_init_mapping(gs)
end if
end if
end do

! Clear local dofmap table
call dm%clear()

if (lz .gt. 1) then
!
! Setup mapping for dofs on edges
Expand Down Expand Up @@ -654,6 +658,10 @@ subroutine gs_init_mapping(gs)
end if
end do
end if

! Clear local dofmap table
call dm%clear()

!
! Setup mapping for dofs on facets
!
Expand Down

0 comments on commit 1f6b815

Please sign in to comment.