• R/O
  • SSH

treelm: 提交

Repository of the treelm library. Now found at https://github.com/apes-suite/treelm


Commit MetaInfo

修訂87ad01e9da48842c813bbcf53a21dec320e3d6c5 (tree)
時間2022-03-02 19:02:22
作者Kannan Masilamani <kannan.masilamani@dlr....>
CommiterKannan Masilamani

Log Message

Set skip_add_additionalGhost to false to add additional layer of coarser ghost
to Fix AuxField For Ghost elements in Musubi

Change Summary

差異

diff -r 27ed31ac7d64 -r 87ad01e9da48 source/tem_construction_module.f90
--- a/source/tem_construction_module.f90 Mon Mar 07 11:02:33 2022 +0100
+++ b/source/tem_construction_module.f90 Wed Mar 02 11:02:22 2022 +0100
@@ -2589,7 +2589,7 @@
25892589 & proc = proc, &
25902590 & nesting = 0, &
25912591 & stencil = stencil, &
2592- & skip_add_additionalGhost = .true. )
2592+ & skip_add_additionalGhost = .false. )
25932593 else ! neighPos =< 0, i.e. no additional neighbor
25942594 elemPos = 0
25952595 end if
Show on old repository browser