PCEisenstatSetNoDiagonalScaling#

Causes the Eisenstat preconditioner, PCEISENSTAT not to do additional diagonal preconditioning. For matrices with a constant along the diagonal, this may save a small amount of work.

Synopsis#

Logically Collective

Input Parameters#

  • pc - the preconditioner context

  • flg - PETSC_TRUE turns off diagonal scaling inside the algorithm

Options Database Key#

See Also#

KSP: Linear System Solvers, PCEisenstatSetOmega(), PCEISENSTAT

Level#

intermediate

Location#

src/ksp/pc/impls/eisens/eisen.c

Implementations#

PCEisenstatSetNoDiagonalScaling_Eisenstat() in src/ksp/pc/impls/eisens/eisen.c


Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages