Package PyFoam :: Package LogAnalysis :: Module LinearSolverLineAnalyzer :: Class TimeLineLinearIterationsSolverLineAnalyzer
[hide private]
[frames] | no frames]

Class TimeLineLinearIterationsSolverLineAnalyzer

source code

                         object --+                
                                  |                
    LogLineAnalyzer.LogLineAnalyzer --+            
                                      |            
GeneralLineAnalyzer.GeneralLineAnalyzer --+        
                                          |        
            GeneralLinearSolverLineAnalyzer --+    
                                              |    
      GeneralLinearSolverIterationsLineAnalyzer --+
                                                  |
                                                 TimeLineLinearIterationsSolverLineAnalyzer

Parses for information about the linear solver and collects the iterations in timelines

Instance Methods [hide private]
  __init__(self)

Inherited from GeneralLinearSolverIterationsLineAnalyzer: addToFiles, addToTimelines

Inherited from GeneralLineAnalyzer.GeneralLineAnalyzer: doAnalysis, endAnalysis, getTimeline, setDirectory, setTitles, startAnalysis, timeChanged

Inherited from LogLineAnalyzer.LogLineAnalyzer: addListener, getTime, goOn, notify, setParent

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self)
(Constructor)

source code 
None
Overrides: GeneralLinearSolverIterationsLineAnalyzer.__init__