petsc-3.3-p7 2013-05-11

PCBDDCSetDofsSplitting

Set index set defining how dofs are splitted.

Synopsis

#include "petscpc.h" 
PetscErrorCode PCBDDCSetDofsSplitting(PC pc,PetscInt n_is, IS ISForDofs[])
Not collective

Input Parameters

pc - the preconditioning context
n - number of index sets defining dofs spltting
IS[] -array of IS describing dofs splitting

Notes

Sequential ISs are copied, the user must destroy the array of IS passed in.

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