PCExoticSetType

Sets the type of coarse grid interpolation to use

Synopsis

#include "petscpc.h" 
#include "petscmg.h" 
#include "petscda.h" 
PetscErrorCode PETSCKSP_DLLEXPORT PCExoticSetType(PC pc,PCExoticType type)
Collective on PC

Input Parameters

pc - the preconditioner context
type - either PC_EXOTIC_FACE or PC_EXOTIC_WIREBASKET (defaults to face)

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