#include "petscpc.h" int PCShellSetApply(PC pc,int (*apply)(void*,Vec,Vec),void *ptr)Collective on PC
pc | - the preconditioner context | |
apply | - the application-provided preconditioning routine | |
ptr | - pointer to data needed by this routine |
int apply (void *ptr,Vec xin,Vec xout)
ptr | - the application context | |
xin | - input vector | |
xout | - output vector |
Level:developer
Location:src/sles/pc/impls/shell/shellpc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages