Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

preconditioner

CPU preconditioner; Automatic selects AMG when installed, otherwise Diagonal for symmetric systems and ILU for general systems.

Reference contract

FieldValueDescription
valueTypeenumDeclared input representation.
defaultAutomaticRelease default applied when the field is omitted.
allowed["Automatic","None","Diagonal","ILU","AMG"]Allowed declaration values.

CPU preconditioner; Automatic selects AMG when installed, otherwise Diagonal for symmetric systems and ILU for general systems.

The declared value type is enum. The release default is Automatic. Allowed values are ["Automatic","None","Diagonal","ILU","AMG"].

Authoritative source

Catalog
telion_backend.v2.solvers/2.0.0
Identity
SolverDeclaration/scipy-iterative/field/preconditioner
Path
src/telion_backend/v2/solvers/specs.py
Symbol
SolverDeclaration