petsc-3.8.4 2018-03-24
Report Typos and Errors

KSPCGGetNormD

Got norm of the direction.

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPCGGetNormD(KSP ksp, PetscReal *norm_d)
Collective on KSP

Input Parameters

ksp - the iterative context
norm_d - the norm of the direction

Keywords

KSP, NASH, STCG, GLTR, get, norm direction

Level:advanced
Location:
src/ksp/ksp/impls/cg/cgtype.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages