PCSetDA

Sets the DA that is to be used by the PCEXOTIC or certain other preconditioners

Synopsis

#include "petscpc.h" 
#include "petscmg.h" 
#include "petscda.h" 
PetscErrorCode PETSCKSP_DLLEXPORT PCSetDA(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