PCPatchGetSaveOperators#
Get whether the per-patch sub-matrices are built and kept between applications of the PCPATCH preconditioner
Synopsis#
#include "petscpc.h"
#include "petscmat.h"
PetscErrorCode PCPatchGetSaveOperators(PC pc, PetscBool *flg)
Not Collective
Input Parameter#
pc - the
PCPATCHpreconditioner
Output Parameter#
flg -
PETSC_TRUEif the assembled sub-matrices are stored,PETSC_FALSEif they are rebuilt on demand
See Also#
KSP: Linear System Solvers, PCPATCH, PCPatchSetSaveOperators(), PCPatchSetPrecomputeElementTensors()
Level#
intermediate
Location#
src/ksp/pc/impls/patch/pcpatch.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages