#include "petscpc.h" PetscErrorCode PCFieldSplitGetSubKSP(PC pc,PetscInt *n,KSP *subksp[])Collective on KSP Many br
n | - the number of splits Many br | |
pc | - the array of KSP contexts Many br |
You must call KSPSetUp() before calling PCFieldSplitGetSubKSP(). Many br
Fortran Usage: You must pass in a KSP array that is large enough to contain all the local KSPs. Many brYou can call PCFieldSplitGetSubKSP(pc,n,NULL_OBJECT,ierr) to determine how large the Many brKSP array must be. Many br
Many br
Level:advanced
Location:src/ksp/pc/impls/fieldsplit/fieldsplit.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages