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
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
Location: src/pc/interface/precon.c
PC Index
Table of Contents