Skip to main content
Ctrl+K
PETSc v3.24.0-47-g0e30de3c6183 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • PCNONE

PCNONE#

This is used when you wish to employ a nonpreconditioned Krylov method.

Developer Note#

This is implemented by a VecCopy(). It would be nice if the KSP implementations could be organized to avoid this copy without making them more complex.

See Also#

KSP: Linear System Solvers, PCCreate(), PCSetType(), PCType, PC

Level#

beginner

Location#

src/ksp/pc/impls/none/none.c

Examples#

src/ts/tutorials/ex20opt_ic.c
src/snes/tutorials/ex1.c
src/tao/unconstrained/tutorials/eptorsion2.c
src/snes/tutorials/ex1f.F90
src/ksp/ksp/tutorials/ex7f.F90
src/ksp/ksp/tutorials/ex60.c
src/ts/tutorials/ex20opt_p.c
src/snes/tutorials/ex99.c
src/ksp/ksp/tutorials/ex7.c
src/ksp/ksp/tutorials/ex27.c


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

On this page
  • Developer Note
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-10-09T03:51:06-0500 (v3.24.0-47-g0e30de3c6183).