Skip to content

Commit 05fbe8f

Browse files
one-line change that should fix stbility issues in periodicity for mobing IBs
1 parent d513442 commit 05fbe8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/simulation/m_ibm.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ contains
201201
k = gp%loc(2)
202202
l = gp%loc(3)
203203
patch_id = ghost_points(i)%ib_patch_id
204+
call s_decode_patch_periodicity(patch_id, patch_id)
204205

205206
! Calculate physical location of GP
206207
if (p > 0) then

0 commit comments

Comments
 (0)