istl Directory Reference
Directory dependency graph for istl:
istl

Files

file  convergencecriterion.hh [code]
 Base class for all convergence criteria which only defines an virtual API.
 
file  fixpointcriterion.hh [code]
 Provides a convergence criterion for the linear solvers which looks at the weighted maximum of the difference between two iterations.
 
file  residreductioncriterion.hh [code]
 Provides a convergence criterion which looks at the reduction of the two-norm of the residual for the linear solvers.
 
file  solvers.hh [code]
 Copy of dune-istl's linear solvers with added support for pluggable convergence criteria.
 
file  weightedresidreductioncriterion.hh [code]
 Convergence criterion which looks at the weighted absolute value of the residual.