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

Module LinearSolverLineAnalyzer

source code

Analyze information from the linear solver

Classes [hide private]
  GeneralLinearSolverLineAnalyzer
Parses for information about the linear solver
  GeneralLinearSolverIterationsLineAnalyzer
Parses information about the linear solver and collects the iterations
  LinearSolverLineAnalyzer
Parses for information about the linear solver
  TimeLineLinearSolverLineAnalyzer
Parses for imformation about the linear solver and collects the residuals in timelines
  TimeLineLinearIterationsSolverLineAnalyzer
Parses for information about the linear solver and collects the iterations in timelines
Variables [hide private]
  linearRegExp = "^(.+): Solving for (.+), Initial residual = (...
Variables Details [hide private]

linearRegExp

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