#include "ksp.h" int KSPGetResidualHistory(KSP ksp,PetscReal **a,int *na)Not Collective
a | - pointer to array to hold history (or PETSC_NULL) | |
na | - number of used entries in a (or PETSC_NULL) |
The Fortran version of this routine has a calling sequence
call KSPGetResidualHistory(KSP ksp, integer na, integer ierr)
Level:advanced
Location:src/sles/ksp/interface/itfunc.c
KSP Index
Table of Contents