PCGASMDestroySubdomains

Destroys the index sets created with PCGASMCreateSubdomains(). Should be called after setting subdomains with PCGASMSetLocalSubdomains().

Synopsis

#include "petscpc.h" 
PetscErrorCode  PCGASMDestroySubdomains(PetscInt n, IS is[], IS is_local[])
Collective

Input Parameters

n - the number of index sets
is - the array of index sets
is_local - the array of local index sets, can be PETSC_NULL

Keywords

PC, GASM, additive Schwarz, create, subdomains, unstructured grid

See Also

PCGASMCreateSubdomains(), PCGASMSetLocalSubdomains()

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