#include "pc.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
PC Index
Table of Contents