GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -303,101 +318,12 @@ class SparseLbPeriodicityMapper:
list_result.append(list_index_array)
# zu den periodischen/parralel-orientierten index_arrays kommt noch der index array für die Werte, die nur innerhalb des Blocks verschickt werden:
list_result.append(inner)
print("start")
list_result.append(inner_idx_array)
forindex_arrayinlist_result:
print(index_array)
print("end")
returnlist_result
defcreate_index_arr_old(self):# erstellt index arrays für ALLE fluid Zellen, die sich am Rand der domain befinden.
# ein index array für alle Werte, die innerhalb des Blocks verschickt werden
# jeweils ein index array für Werte, die zu jeweils verschiedenen benachbarten Blocks geschickt werden (wenn verschiedene Kerne verschiedene Blöcke innerhalb einer Domain bearbeiten)
stencil=self.method.stencil
print("domain_size:",self.domain_size)
result=[]
inner=[]
fordirection_idx,directioninenumerate(stencil):
ifall(d_i==0ford_iindirection):# direction (0,0) irrelevant
continue
print("\n New direction:",direction,", ",direction_idx)
forposinrange(0,2):# einmal für x, einmal für y Richtung ...
sop=(pos+1)%2
ifdirection[pos]!=0:
# periodic/parallel: wird an anderen Block geschickt/periodisch gewrappt