int PCShellSetApplyTrans(PC pc, int (*applytrans)(void*,Vec,Vec))Collective on PC
pc | - the preconditioner context |
apply | - the application-provided preconditioning transpose routine |
int applytrans (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
PC Index
Table of Contents