PCJacobiType#

What elements of the matrix are used to form the Jacobi preconditioner

Synopsis#

typedef enum {
  PC_JACOBI_DIAGONAL,
  PC_JACOBI_ROWMAX,
  PC_JACOBI_ROWSUM
} PCJacobiType;

Values#

See Also#

Preconditioners, PCJACOBI, PC

Level#

intermediate

Location#

include/petscpctypes.h


Edit on GitLab

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