#include "petscksp.h" #include "petscmat.h" PetscErrorCode KSPSetUseExplicitTranspose(KSP ksp,PetscBool flg)Logically Collective on ksp
ksp | - the KSP context |
flg | - PETSC_TRUE to transpose the system in KSPSolveTranspose, PETSC_FALSE to not transpose (default) |