InnerOuter

InnerOuter

Class InnerOuter extends Preconditioner

Constructors

  • InnerOuter(percentageSparseMatrix ,innerSolver ,precondInner )

Fields Summary

Field
Description
innerSolver
FGMRES solver
percentageSparseMatrix
Threshold coefficient for matrix sparsing (if 0: all terms stored)
precondInner
Preconditioner of inner FGMRES

Methods Summary

no methods

Fields Details

innerSolver
innerSolver : FGMRES solver - [1..1] SolverFGMRESInner
percentageSparseMatrix
percentageSparseMatrix : Threshold coefficient for matrix sparsing (if 0: all terms stored) - [1..1] PercentageSparseMatrix
precondInner
precondInner : Preconditioner of inner FGMRES - [1..1] precondInnerOuter

Method Details

no methods

See also