#include "petscksp.h" PetscErrorCode KSPSolveTranspose(KSP ksp,Vec b,Vec x)Collective on KSP
ksp | - iterative context obtained from KSPCreate() | |
b | - right hand side vector | |
x | - solution vector |
Notes: For complex numbers this solve the non-Hermitian transpose system.
This currently does NOT correctly use the null space of the operator and its transpose for solving singular systems.
Developer Notes: We need to implement a KSPSolveHermitianTranspose()
Level:developer
Location:src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages