#include "petscksp.h" #include "petscmat.h" PetscErrorCode KSPGetDiagonalScaleFix(KSP ksp,PetscBool *fix)Not Collective
ksp | - the KSP context |
fix | - PETSC_TRUE to scale back after the system solve, PETSC_FALSE to not rescale (default) |
If PETSC_TRUE will slow things down, because it rescales the matrix before and after each linear solve. This is intended mainly for testing to allow one to easily get back the original system to make sure the solution computed is accurate enough.