#include "petscpc.h" PetscErrorCode PCGASMGetSubdomains(PC pc,PetscInt *n,IS *iis[],IS *ois[])Not Collective
n | - the number of subdomains for this processor (default value = 1) | |
iis | - the index sets that define the inner subdomains (without overlap) supported on this processor (can be PETSC_NULL) | |
ois | - the index sets that define the outer subdomains (with overlap) supported on this processor (can be PETSC_NULL) |
Level:advanced
Location:src/ksp/pc/impls/gasm/gasm.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages