PCSLESGetSLES

Gets the SLES context for a SLES PC.

Synopsis

#include "petscpc.h" 
#include "petscsles.h" 
int PCSLESGetSLES(PC pc,SLES *sles)
Not Collective but SLES returned is parallel if PC was parallel

Input Parameter

pc -the preconditioner context

Output Parameters

sles -the PC solver

Notes

You must call SLESSetUp() before calling PCSLESGetSLES().

Keywords

PC, SLES, get, context

Level:advanced
Location:
src/sles/pc/impls/sles/pcsles.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages