#include "petscsles.h" int PCGetOperators(PC pc,Mat *mat,Mat *pmat,MatStructure *flag)Not collective, though parallel Mats are returned if the PC is parallel
mat | - the matrix associated with the linear system | |
pmat | - matrix associated with the preconditioner, usually the same as mat. | |
flag | - flag indicating information about the preconditioner matrix structure. See PCSetOperators() for details. |
Level:intermediate
Location:src/sles/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages