PCASMDestroySubdomains
Destroys the index sets created with PCASMCreateSubdomains(). Should be called after setting subdomains with PCASMSetLocalSubdomains().
Synopsis
#include "petscpc.h"
PetscErrorCode PETSCKSP_DLLEXPORT PCASMDestroySubdomains(PetscInt n, IS is[])
Collective
Input Parameters
| n | - the number of index sets
|
| is | - the array of index sets
|
Keywords
PC, ASM, additive Schwarz, create, subdomains, unstructured grid
See Also
PCASMCreateSubdomains(), PCASMSetLocalSubdomains()
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