#include "petscpc.h" int PCShellSetApplyTranspose(PC pc,int (*applytranspose)(void*,Vec,Vec))Collective on PC
pc | - the preconditioner context | |
apply | - the application-provided preconditioning transpose routine |
int applytranspose (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