PCExoticSetDA

Sets the DA that is to be used by the PCEXOTIC preconditioner

Synopsis

#include "petscpc.h" 
#include "petscmg.h" 
#include "petscda.h" 
PetscErrorCode PETSCKSP_DLLEXPORT PCExoticSetDA(PC pc,DA da)
Collective on PC

Input Parameters

pc - the preconditioner context
da - the da

See Also

PCEXOTIC, PCExoticType()

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

Examples

src/ksp/ksp/examples/tutorials/ex42.c.html