-ksp_type preonly -
Notes: Since this does not involve an iteration the basic KSP parameters such as tolerances and iteration counts
do not apply
Developer Notes: Even though this method does not use any norms, the user is allowed to set the KSPNormType to any value.
This is so the users does not have to change KSPNormType options when they switch from other KSP methods to this one.
See Also
KSPCreate(), KSPSetType(), KSPType (for list of available types), KSP
Level
beginner
Location
src/ksp/ksp/impls/preonly/preonly.c
Examples
src/ksp/ksp/examples/tutorials/ex30.c.html
src/ksp/ksp/examples/tutorials/ex52.c.html
src/ksp/ksp/examples/tutorials/ex52f.F90.html
src/tao/constrained/examples/tutorials/maros.c.html
src/tao/constrained/examples/tutorials/toy.c.html
src/tao/constrained/examples/tutorials/toyf.F90.html
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages