#include "petscpc.h" PetscErrorCode PETSCKSP_DLLEXPORT PCASMSetTotalSubdomains(PC pc,PetscInt N,IS *is)Collective on PC
pc | - the preconditioner context | |
n | - the number of subdomains for all processors | |
is | - the index sets that define the subdomains for all processor (or PETSC_NULL for PETSc to determine subdomains) |
By default the ASM preconditioner uses 1 block per processor.
These index sets cannot be destroyed until after completion of the linear solves for which the ASM preconditioner is being used.
Use PCASMSetLocalSubdomains() to set local subdomains.
Level:advanced
Location:src/ksp/pc/impls/asm/asm.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages