diff --git a/tools/evaluation/FiguresAndTablesForPaper.py b/tools/evaluation/FiguresAndTablesForPaper.py index 5909038a6476d210c1a09cef9b9c1600d1517a8f..fe2574934a6927119ac417bf0ae00a2dc1ab4ece 100644 --- a/tools/evaluation/FiguresAndTablesForPaper.py +++ b/tools/evaluation/FiguresAndTablesForPaper.py @@ -130,7 +130,7 @@ def table8(): l0Path=pathBV+'SI0004/vtu/AT_l0j0.vtu' #plotTact: plot=Plot(lL,tL,sdt,endTime,1,listEvaluationPoints) - plot.MeanTactSpace(SI,l0Path) + #plot.MeanTactSpace(SI,l0Path) #tables tact L=4 J=4 diff --git a/tools/evaluation/utility/computing.py b/tools/evaluation/utility/computing.py index d42c5df3156a4c397848edab2d93514b093ac904..a035dddcd1c32a595ab749ff6d11af16bf749dad 100644 --- a/tools/evaluation/utility/computing.py +++ b/tools/evaluation/utility/computing.py @@ -399,7 +399,7 @@ def RMSRefError(refDict,path,pathLevel0): def computeMeanTact(p,pathLevel0): evalPoints,ateP=read.readVTU(pathLevel0) points, at = read.readVTU(p) - unactivatedPoints=0 + print('nach readVTU') if len(points)==0: return 0.0 diff --git a/tools/evaluation/utility/plotting.py b/tools/evaluation/utility/plotting.py index 6576e232f1bc09e82472ac6553d2b021125c77a6..45214c343cb84e727c29fb1f6166e1a866c6a723 100644 --- a/tools/evaluation/utility/plotting.py +++ b/tools/evaluation/utility/plotting.py @@ -316,6 +316,7 @@ class Plot: tactList=[] jVector=[] for j in self.tL: + print(l,j) tact=comp.computeMeanTact(eP+'vtu/AT_l'+str(l)+'j'+str(j)+'.vtu',l0Path) if tact > 0.0 : tactList.append(tact)