PCPatchGetPrecomputeElementTensors#
Get whether element tensors are precomputed once and reused when assembling each patch matrix
Synopsis#
#include "petscpc.h"
#include "petscmat.h"
PetscErrorCode PCPatchGetPrecomputeElementTensors(PC pc, PetscBool *flg)
Not Collective
Input Parameter#
pc - the
PCPATCHpreconditioner
Output Parameter#
flg -
PETSC_TRUEif the element tensors are precomputed,PETSC_FALSEif they are recomputed for each patch
See Also#
KSP: Linear System Solvers, PCPATCH, PCPatchSetPrecomputeElementTensors(), PCPatchSetSaveOperators()
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