SLES
Abstract PETSc object that manages all linear solvers. Essentially contains a PC, preconditioner and a KSP, Krylov solver.
Synopsis
typedef struct _p_SLES* SLES;
See Also
SLESCreate(), SLESGetKSP(), SLESGetPC(), TS, SNES, KSP, PC
Level:beginner
Location:src/sles/../../include/petscsles.h
Index of all SLES routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/sles/examples/tutorials/ex1.c.html
src/sles/examples/tutorials/ex2.c.html
src/sles/examples/tutorials/ex3.c.html
src/sles/examples/tutorials/ex4.c.html
src/sles/examples/tutorials/ex5.c.html
src/sles/examples/tutorials/ex7.c.html
src/sles/examples/tutorials/ex8.c.html
src/sles/examples/tutorials/ex9.c.html
src/sles/examples/tutorials/ex10.c.html
src/sles/examples/tutorials/ex11.c.html
src/sles/examples/tutorials/ex12.c.html