#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()