petsc-3.3-p7 2013-05-11

PCBDDCSetDirichletBoundaries

Set index set defining subdomain part of Dirichlet boundaries for the global problem.

Synopsis

#include "petscpc.h" 
PetscErrorCode PCBDDCSetDirichletBoundaries(PC pc,IS DirichletBoundaries)
Not collective

Input Parameters

pc - the preconditioning context
DirichletBoundaries - sequential index set defining the subdomain part of Dirichlet boundaries (can be PETSC_NULL)

Notes

See Also

PCBDDC

Level:intermediate
Location:
src/ksp/pc/impls/bddc/bddc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages