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

Module PyFoam.LogAnalysis.LinearSolverLineAnalyzer

Analyze information from the linear solver
Classes
LinearSolverLineAnalyzer Parses for information about the linear solver
TimeLineLinearIterationsSolverLineAnalyzer Parses for imformation about the linear solver and collects the residuals 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:
FileLineAnalyzer, TimeLineLineAnalyzer
Variable Details

linearRegExp

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

Generated by Epydoc 2.1 on Wed Apr 5 18:32:45 2006 http://epydoc.sf.net