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

Module PyFoam.LogAnalysis.LinearSolverLineAnalyzer

Analyze information from the linear solver
Classes
GeneralLinearSolverIterationsLineAnalyzer Parses information about the linear solver and collects the iterations
GeneralLinearSolverLineAnalyzer Parses for information about the linear solver
LinearSolverLineAnalyzer Parses for information about the linear solver
TimeLineLinearIterationsSolverLineAnalyzer Parses for imformation about the linear solver and collects the iterations in timelines
TimeLineLinearSolverLineAnalyzer Parses for imformation about the linear solver and collects the residuals in timelines

Variable Summary
str linearRegExp = '^(.+):  Solving for (.+), Initial residu...

Imported modules:
re
Imported classes:
GeneralLineAnalyzer
Variable Details

linearRegExp

Type:
str
Value:
'^(.+):  Solving for (.+), Initial residual = (.+), Final residual = (\
.+), No Iterations (.+)$'                                              

Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 http://epydoc.sf.net