Since version 2026, Flux 3D and Flux PEEC are no longer available.

Please use SimLab to create a new 3D project or to import an existing Flux 3D project.

Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).

/!\ Documentation updates are in progress – some mentions of 3D may still appear.

ParametersGmresImposed

Parameter values for GMRES

Class ParametersGmresImposed extends SolvingOptionsGmresParameters

Constructors

  • ParametersGmresImposed(gmresPrecision ,gmresMaximumIterationNumber ,ilutTolerance ,ilutFillLevelCoefficient ,gmresKrylovSpaceDimension )

Fields Summary

Field
Description
gmresKrylovSpaceDimension
Dimension of the Krylov space
gmresMaximumIterationNumber
Maximum number of iterations for GMRes
gmresPrecision
Precision for GMRes
ilutFillLevelCoefficient
Coefficient for the level of fill for the ILUT preconditioning
ilutTolerance
Tolerance for the ILUT preconditioning

Methods Summary

no methods

Fields Details

gmresKrylovSpaceDimension
gmresKrylovSpaceDimension : Dimension of the Krylov space - [1..1] Integer
gmresMaximumIterationNumber
gmresMaximumIterationNumber : Maximum number of iterations for GMRes - [1..1] MaximumIterationNumber
gmresPrecision
gmresPrecision : Precision for GMRes - [1..1] Double
ilutFillLevelCoefficient
ilutFillLevelCoefficient : Coefficient for the level of fill for the ILUT preconditioning - [1..1] Double
ilutTolerance
ilutTolerance : Tolerance for the ILUT preconditioning - [1..1] Double

Method Details

no methods

See also