PCSLESGetSLES
Gets the SLES context for a SLES PC.
Synopsis
#include "pc.h"
#include "sles.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
PC Index
Table of Contents