#include "petscksp.h" PetscErrorCode PCApplyTranspose(PC pc,Vec x,Vec y)Collective on PC and Vec
pc | - the preconditioner context | |
x | - input vector |
Notes: For complex numbers this applies the non-Hermitian transpose.
Developer Notes: We need to implement a PCApplyHermitianTranspose()
Level:developer
Location:src/ksp/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages