• R/O
  • SSH

treelm: Commit

Repository of the treelm library.


Commit MetaInfo

Revisión6964171bb5cf4ba6b1d21305a1db73c3e9cfab0a (tree)
Tiempo2022-04-21 17:05:17
AutorKannan Masilamani <kannan.masilamani@dlr....>
CommiterKannan Masilamani

Log Message

Added comment to addition of second layer of ghostFromFiner

Cambiar Resumen

Diferencia incremental

diff -r 8aca305fea8e -r 6964171bb5cf source/tem_construction_module.f90
--- a/source/tem_construction_module.f90 Wed Apr 20 14:47:59 2022 +0200
+++ b/source/tem_construction_module.f90 Thu Apr 21 10:05:17 2022 +0200
@@ -1037,7 +1037,10 @@
10371037
10381038 end if ! ghostFromCoarser?
10391039
1040- !KM 20220420 Add second layer of ghostFromFiner
1040+ !KM 20220420 Add second layer of ghostFromFiner.
1041+ ! We need the second layer of ghostFromFiner if this element is
1042+ ! neighbor of boundary element and require pre-collision PDF
1043+ ! on this element.
10411044 if ( levelDesc( neighLevel )%elem%eType%val( elemPos ) &
10421045 & == eT_ghostFromFiner ) then
10431046 if (nesting < nestingLimit) then
Show on old repository browser