PCGetFactoredMatrix
Gets the factored matrix from the preconditioner context. This routine is valid only for the LU, incomplete LU, Cholesky, and incomplete Cholesky methods.
Synopsis
#include "petscsles.h"
int PCGetFactoredMatrix(PC pc,Mat *mat)
Not Collective on PC though Mat is parallel if PC is parallel
Input Parameters
pc -the preconditioner context
Output parameters
mat -the factored matrix
Keywords
PC, get, factored, matrix
Level:advanced
Location:src/sles/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages