petsc-3.7.1 2016-05-15
Report Typos and Errors

KSPGetNormType

Gets the norm that is used for convergence testing.

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPGetNormType(KSP ksp, KSPNormType *normtype)
Not Collective Many br

Input Parameter

ksp -Krylov solver context Many br

Output Parameter

normtype -norm that is used for convergence testing Many br

Many br

Keywords

KSP, create, context, norms

See Also

KSPNormType, KSPSetNormType(), KSPConvergedSkip()

Level:advanced
Location:
src/ksp/ksp/interface/itcreate.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages