|
__init__(self,
logfile,
smallestFreq=0.0,
persist=None,
silent=False,
tailLength=1000,
sleep=0.1,
replotFrequency=3600,
plotLinear=True,
plotCont=True,
plotBound=True,
plotIterations=False,
plotCourant=False,
plotExecution=False,
plotDeltaT=False,
customRegexp=None,
writeFiles=False,
hardcopy=False,
hardcopyFormat=' png ' ,
hardcopyPrefix=None,
raiseit=False,
progress=False,
start=None,
end=None,
singleFile=False,
writePickled=True,
plottingImplementation=None,
solverNotRunning=False)
TODO: Docu |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
timeChanged(self)
React to a change of the simulation time in the log |
source code
|
|
|
|
|
|
|
createPlots(self,
persist=None,
raiseit=False,
splitThres=2048,
plotLinear=True,
plotCont=True,
plotBound=True,
plotIterations=True,
plotCourant=True,
plotExecution=True,
plotDeltaT=True,
start=None,
end=None,
writeFiles=False,
customRegexp=None,
plottingImplementation=' dummy ' ) |
source code
|
|
|
|
|
getDirname(self)
Get the name of the directory where the data is written to |
source code
|
|
|
|
|
|
|
lineHandle(self,
line)
Not to be called: calls the analyzer for the current line |
source code
|
|
|
|
|
picklePlots(self,
wait=False)
Writes the necessary information for the plots permanently to disc,
so that it doesn't have to be generated again |
source code
|
|
|
|
|
|
|
|
|
|
|
start(self)
Reads the file and does the processing |
source code
|
|