PCPatchGetSubMatType#
Get the MatType used to store the per-patch sub-matrices in a PCPATCH preconditioner
Synopsis#
#include "petscpc.h"
#include "petscmat.h"
PetscErrorCode PCPatchGetSubMatType(PC pc, MatType *sub_mat_type)
Not Collective
Input Parameter#
pc - the
PCPATCHpreconditioner
Output Parameter#
sub_mat_type - the
MatTypeused for the per-patch sub-matrices
See Also#
KSP: Linear System Solvers, PCPATCH, PCPatchSetSubMatType(), MatType
Level#
advanced
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