PCPatchGetPartitionOfUnity#
Get whether the patch contributions are weighted by a partition of unity when combining local solves
Synopsis#
#include "petscpc.h"
#include "petscmat.h"
PetscErrorCode PCPatchGetPartitionOfUnity(PC pc, PetscBool *flg)
Not Collective
Input Parameter#
pc - the
PCPATCHpreconditioner
Output Parameter#
flg -
PETSC_TRUEif local patch updates are weighted by a partition of unity,PETSC_FALSEif they are summed directly
See Also#
KSP: Linear System Solvers, PCPATCH, PCPatchSetPartitionOfUnity()
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