PyFoam.LogAnalysis.LinearSolverLineAnalyzer module¶
Analyze information from the linear solver
-
class
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverIterationsLineAnalyzer(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]¶ Bases:
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverLineAnalyzerParses information about the linear solver and collects the iterations
-
__init__(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]¶ Parameters: - titles – The titles of the data elements
- progressTemplate – Progress output to be reported
- plotIterations – plot iterations instead of the real time
-
__module__= 'PyFoam.LogAnalysis.LinearSolverLineAnalyzer'¶
-
-
class
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverLineAnalyzer(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]¶ Bases:
PyFoam.LogAnalysis.GeneralLineAnalyzer.GeneralLineAnalyzerParses for information about the linear solver
Files of the form linear_<var> are written, where <var> is the variable for which the solver was used
-
__init__(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]¶ Parameters: - titles – The titles of the data elements
- progressTemplate – Progress output to be reported
- plotIterations – plot iterations instead of the real time
-
__module__= 'PyFoam.LogAnalysis.LinearSolverLineAnalyzer'¶
-
-
class
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.LinearSolverLineAnalyzer[source]¶ Bases:
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverLineAnalyzerParses for information about the linear solver
Files of the form linear_<var> are written, where <var> is the variable for which the solver was used
-
__init__()[source]¶ Parameters: - titles – The titles of the data elements
- progressTemplate – Progress output to be reported
- plotIterations – plot iterations instead of the real time
-
__module__= 'PyFoam.LogAnalysis.LinearSolverLineAnalyzer'¶
-
-
class
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.TimeLineLinearIterationsSolverLineAnalyzer[source]¶ Bases:
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverIterationsLineAnalyzerParses for information about the linear solver and collects the iterations in timelines
-
__init__()[source]¶ Parameters: - titles – The titles of the data elements
- progressTemplate – Progress output to be reported
- plotIterations – plot iterations instead of the real time
-
__module__= 'PyFoam.LogAnalysis.LinearSolverLineAnalyzer'¶
-
-
class
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.TimeLineLinearSolverLineAnalyzer[source]¶ Bases:
PyFoam.LogAnalysis.LinearSolverLineAnalyzer.GeneralLinearSolverLineAnalyzerParses for imformation about the linear solver and collects the residuals in timelines
-
__init__()[source]¶ Parameters: - titles – The titles of the data elements
- progressTemplate – Progress output to be reported
- plotIterations – plot iterations instead of the real time
-
__module__= 'PyFoam.LogAnalysis.LinearSolverLineAnalyzer'¶
-